Description Usage Arguments Details Examples
View source: R/driver_external.R
Hook to fetch a resource from a file, for use with
driver_external. We take two functions as arguments: the first
converts a key/namespace pair into a filename, and the second
reads from that filename. Because many R functions support
reading from URLs fetch_hook_read
can be used to read from
remote resources.
1 | fetch_hook_read(fpath, fread)
|
fpath |
Function to convert |
fread |
Function for converting |
For more information about using this, see
storr_external
(this can be used as a
fetch_hook
argument) and the vignette:
vignette("external")
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.