Skip to content

Instantly share code, notes, and snippets.

View Andrei-WongE's full-sized avatar
💭
I may be slow to respond.

Andrei-WongE Andrei-WongE

💭
I may be slow to respond.
View GitHub Profile
@Andrei-WongE
Andrei-WongE / .gitignore
Created April 22, 2024 10:57
Generic git ignore file when using Quarto
# History files
.Rhistory
.Rapp.history
# RStudio files
.Rproj.user
.Rprofile
# Session Data files
.RData
snippet fragment
[${1:text}]{.${2:type}}
snippet aside
[${1:text}]{.aside}
snippet fence
:::{.${1:type}}
${2:body}
:::
@Andrei-WongE
Andrei-WongE / normcore-llm.md
Created November 13, 2023 10:53 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads
@Andrei-WongE
Andrei-WongE / layer_selector.R
Created February 28, 2023 15:31 — forked from tim-salabim/layer_selector.R
layer selector
library(mapview)
library(leafem)
library(leaflet)
library(sf)
library(geojsonsf)
franc_ext <- unname(as.vector(st_bbox(franconia)))
francgj = geojsonsf::sf_geojson(franconia)
leaflet() |>
@Andrei-WongE
Andrei-WongE / Generic_Stata_header.do
Created September 12, 2022 21:44
Generic header for Stata
///-----------------------------------------------------------------------------
/// Project: []
/// Creation date: [YYYY-MM-DD]
/// Last modification: []
/// Author: [], [email]
///-----------------------------------------------------------------------------
///-----------------------------------------------------------------------------
/// Program Setup
///-----------------------------------------------------------------------------
@Andrei-WongE
Andrei-WongE / basic-email.Rmd
Created January 7, 2019 15:03 — forked from kellobri/basic-email.Rmd
Basic Email Report on RStudio Connect
---
title: "Email Report and CSV File"
output: html_document
rmd_output_metadata:
rsc_email_subject: "CSV Data Report"
rsc_email_attachments:
- "df.csv"
---
```{r setup, include=FALSE}
@Andrei-WongE
Andrei-WongE / ggplot_tutorial.Rmd
Created October 24, 2018 17:43 — forked from emitanaka/ggplot_tutorial.Rmd
ggplot tutorial with kunoichi + ninjutsu xaringan theme
---
title: "ggplot tutorial"
subtitle: "with kunoichi + ninjutsu theme"
author: "<br><br> Emi Tanaka"
date: "<br>2018/09/16"
output:
xaringan::moon_reader:
lib_dir: libs
css: ["kunoichi", "ninjutsu"]
nature: