View source: R/drive_contents.R
drive_contents | R Documentation |
Show the contents of a Google drive folder, given a dribble
drive_contents(dribble, recursive = FALSE, ...)
dribble |
a Google drive dribble of a folder (usually the output of |
recursive |
default=FALSE; doesn't really work super well...passed to |
... |
other arguments passed to |
A shallow wrapper for googledrive::drive_ls()
that uses just the id of a dribble object and can be piped from drive_find_path()
a dribble showing the contents of the desired folder
Other Google Drive Functions:
drive_copy_missing_files()
,
drive_cp_dir()
,
drive_find_path()
,
drive_get_info()
,
drive_inSync()
,
drive_new_from_template()
,
drive_open()
,
init_lesson_meta()
,
update_teach_links()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.