Skip to main content

header-functions

load_FamilyR Documentation

Header functions#

Description#

Header functions

Usage#

load_library(package, ...)
load_script(src, ...)
load_data(x, cache = tempfile(), ...)

Arguments#

packageA character string; name of a JavaScript library.
...Additional arguments to pass to header processor.
srcA character string; the full web/local path to a JavaScript library.
xA character string; the full path to the file containing the data.
cacheA character string; the full path to the cache file.