tests/test_import/module_recursive_package_here.R

# Import utility function or package using import::here() is the recommended usage
import::here(knitr, normal_print)
import::here(module_recursive_inner.R, to_title)

print_title_text = function(text){
  normal_print(to_title(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.