Description Usage Arguments Value Examples
View source: R/drive_id-class.R
Gets file ids from various inputs and marks them as such, to distinguish them from file names or paths.
This is a generic function.
1 |
x |
A character vector of file or shared drive ids or URLs, a
|
... |
Other arguments passed down to methods. (Not used.) |
A character vector bearing the S3 class drive_id
.
1 2 3 4 5 | as_id("123abc")
as_id("https://docs.google.com/spreadsheets/d/qawsedrf16273849/edit#gid=12345")
x <- drive_find(n_max = 3)
as_id(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.