drive_open | R Documentation |
Open a Google drive file, given a dribble or a path.
drive_open(drib)
drib |
a Google drive dribble of a folder (usually the output of |
If you give it a dribble, it will call googledrive::drive_browse()
; if you give it a path, it will try to first resolve that path with drive_find_path()
, then open it in your browser.
opens the first entry in the dribble in the browser
Other Google Drive Functions:
drive_contents()
,
drive_copy_missing_files()
,
drive_cp_dir()
,
drive_find_path()
,
drive_get_info()
,
drive_inSync()
,
drive_new_from_template()
,
init_lesson_meta()
,
update_teach_links()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.