Description Usage Arguments Examples
read remote files
1 2 3 4 5 6 7 | read_remote_xpt(remote, cache_dir, ...)
read_remote_csv(remote, cache_dir, ...)
read_remote_xlsx(remote, cache_dir, ...)
read_remote_sas(remote, cache_dir, ...)
|
remote |
remote data file |
cache_dir |
local cache folder |
... |
args to pass to read function |
1 2 3 4 | ## Not run:
example_data <- read_remote_xpt("\\cdsnas\PHARMACOMETRICS\Fellows\Devin\example.xpt", ".cache")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.