load_Family {sketch} | R Documentation |
Header functions
Description
Header functions
Usage
load_library(package, ...)
load_script(src, ...)
load_data(x, cache = tempfile(), ...)
Arguments
package |
A character string; name of a JavaScript library. |
... |
Additional arguments to pass to header processor. |
src |
A character string; the full web/local path to a JavaScript library. |
x |
A character string; the full path to the file containing the data. |
cache |
A character string; the full path to the cache file. |
[Package sketch version 1.1.20.3 Index]