Skip to content

Instantly share code, notes, and snippets.

View SAbhaya's full-sized avatar
🏠
Working from home

Sudarshana A SAbhaya

🏠
Working from home
View GitHub Profile
@SAbhaya
SAbhaya / RsquareVis.ipynb
Created March 27, 2022 22:54 — forked from ravy101/RsquareVis.ipynb
Visualization of R-Squared Metric
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SAbhaya
SAbhaya / sqlqref.md
Last active November 3, 2021 22:27
SQL Quick Ref
@SAbhaya
SAbhaya / rotate-axis-labels-ggplot2.R
Created August 8, 2019 06:05 — forked from benmarwick/rotate-axis-labels-ggplot2.R
I can never remember how to rotate the x-axis labels with ggplot2: theme(axis.text.x = element_text(angle = 90, hjust = 1, vjust = 0.5))
# Adapted from https://stackoverflow.com/a/7267364/1036500 by Andrie de Vries
# This is it: theme(axis.text.x = element_text(angle = 90, hjust = 1, vjust = 0.5))
library(ggplot2)
td <- expand.grid(
hjust=c(0, 0.5, 1),
vjust=c(0, 0.5, 1),
angle=c(0, 45, 90),
@SAbhaya
SAbhaya / codes.md
Last active April 22, 2021 00:27
codes

Usuful Codes

R code to get the correct file from the folder

  • Code to be changed based on filtering criteria of the file
library(stringr)
@SAbhaya
SAbhaya / links.md
Last active October 14, 2022 05:42
Useful Links
@SAbhaya
SAbhaya / gist:adcb35eccfde1f4f12d5114c097f6b2d
Created March 6, 2018 02:17 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: