R/example_func.R

Defines functions my_function

# Here you can create files with special custom functions that you maybe
# use several places. Like both in different scripts and docs.
# That way you dont have to repeat yourself!
# access these files from anywhere in your project with
# here("R/example_func.R")
my_function <- function(x){
  cat(x)
}
LCBC-UiO/minicity_summary_noas documentation built on Feb. 13, 2023, 11:11 p.m.