Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts and experience preferred (super rare at this point).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///----------------------------------------------------------------------------- | |
/// Project: [] | |
/// Creation date: [YYYY-MM-DD] | |
/// Last modification: [] | |
/// Author: [], [email] | |
///----------------------------------------------------------------------------- | |
///----------------------------------------------------------------------------- | |
/// Program Setup | |
///----------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(mapview) | |
library(leafem) | |
library(leaflet) | |
library(sf) | |
library(geojsonsf) | |
franc_ext <- unname(as.vector(st_bbox(franconia))) | |
francgj = geojsonsf::sf_geojson(franconia) | |
leaflet() |> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snippet fragment | |
[${1:text}]{.${2:type}} | |
snippet aside | |
[${1:text}]{.aside} | |
snippet fence | |
:::{.${1:type}} | |
${2:body} | |
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# History files | |
.Rhistory | |
.Rapp.history | |
# RStudio files | |
.Rproj.user | |
.Rprofile | |
# Session Data files | |
.RData |