R/meta_functions.R

Defines functions getallFunctions useFunctions

# Write functions to file
useFunctions <- function(FUNS, file){

  if (length(FUNS) == 1 & class(FUNS) != "list") FUNS <- list(FUNS)








}



# Extract all functions from .Rmd file (of a certain package) and write source code(s) to .R file with useFunctions
getallFunctions <- function(rmd, file = NULL, pkg = NULL){




}
AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.