Description Usage Arguments Value
Read a file from Google Drive.
| 1 2 3 4 | drive_read(dr_id, .tempfile = TRUE, path = NULL, read_fun, ...)
drive_read_zip(dr_id, .tempdir = TRUE, dir_path = NULL, read_fun,
  target_name, ...)
 | 
| dr_id | a Google Drive object id (use  | 
| .tempfile | logical, Whether to save the file to a tempfile | 
| path | The file path to save the file to. | 
| read_fun | a function to read the object into memory. | 
| ... | Arguments to pass to the 'read_fun' function. | 
| .tempdir | logical, Whether to save the  | 
| target_name | If the target is  | 
an object, format depends on which 'read_fun' is provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.