View source: R/build_drive_url.R
build_drive_url | R Documentation |
Makes it simple to access content hosted on Google Drive in output from R Markdown and friends
build_drive_url(id)
id |
Character. Unique Google Drive ID, easily obtained with |
Character vector with boilerplate url and ID
## Not run:
\# save url as a variable
baseball <- build_drive_url("1lKrIWe3QaotbHZ0eJSC57UNf2mJTRAoh")
\# display in default browser
browseURL(baseball)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.