Skip to content

Instantly share code, notes, and snippets.

@jcblum
jcblum / iana_example.tsv
Last active September 6, 2019 02:39
Example TSV from IANA standard
Name Age Address
Paul 23 1115 W Franklin
Bessy the Cow 5 Big Farm Way
Zeke 45 W Main St
@jcblum
jcblum / blogdown_relative_paths.md
Last active June 13, 2019 18:15
Ideas for using `fs` and `rstudioapi` to make relative paths less painful in `blogdown`

Some tools to help with relative paths, and a hasty napkin-sketch of things you might do with them

First, the tools

fs has fantastic tools for path computations!

# install.packages("fs")

# The stuff I'll use below... but there's tons that the package can do