tests/test_import/module_recursive_package_from.R

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

print_title_text = function(text){
  normal_print(to_title(text))
}
smbache/import documentation built on Jan. 27, 2024, 10:49 a.m.