Package collecting functions I commonly use. Note all functions start with "my_"
devtools::document()
, this will automatically create the function documentationdevtools::install_github("jepa/MyFunctions")
, run this function to install the package
-- set force = TRUE
for updates and restart Rmy_lib
, loads a selected library and installs those absentmy_ggtheme_p
, a personalized theme for ggplot2
plotsmy_ggtheme_m
, a personalized theme for ggplot2
mapsmy_path
, sets different paths for projectdata.table
,readxl
, stringr
my_project
, creates the initial structure of the repository and associated data directoriesmy_chg
, estimate percentage changemy_data
, reads is common data frames from my HDmy_sf
, reads is common shapefilesmy_land_map
, adds a land map to ggplot2Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.