Description Usage Arguments Value See Also Examples
When the output of read_dir
is
piped to save_rda
(and dir_path
is provided), an rda
file ready to be
uploaded to AWS S3 will be saved at the location specified. Here, dir_path
should be the top-level directory (e.g. ~/uploads/
) in which an organized
directory structure will be created. That is, users should not provided a
nested directory path, existing after the first run of save_rda
, to
dir_path
.
1 | save_rda(list_obj, dir_path)
|
list_obj |
list object obtained from
|
dir_path |
path to a directory where the |
the NULL
object will be returned invisibly
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.