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 -- setforce = TRUE
for updates and restart R
my_lib
, loads a selected library and installs those absentmy_ggtheme_p
, a personalized theme forggplot2
plotsmy_ggtheme_m
, a personalized theme forggplot2
mapsmy_path
, sets different paths for project- requires
data.table
,readxl
,stringr
- requires
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 ggplot2