tests/test_import/module_recursive_library.R

# Import utility function or package using import::here() is the recommended usage
library(knitr)

standalone_fun = function(text){
  print(text)
}

dependent_fun = function(text){
  normal_print(text)
}

Try the import package in your browser

Any scripts or data that you put into this service are public.

import documentation built on Sept. 24, 2023, 1:08 a.m.