gd_get_proj | R Documentation |
Gets a hidden object .gd_proj_url
(by default) created at project
"startup". See the details below for reschola projects created prior reschola
version 0.4.0.
gd_get_proj(url_object = ".gd_proj_url")
url_object |
character, name of the object URL is stored in.
|
A character vector of class drive_id
.
Call usethis::edit_r_profile(scope = "project")
and write (note the dot
prefix):
.gd_proj_url <- "your_google_drive_url"
Note that you have to restart your R session to apply any changes. Note
also that the URL cannot contain any query (parts with a leading
question mark), i.e. ?usp=sharing
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.