osf_open | R Documentation |
View a project, component, file, or user profile on OSF with your default web browser.
osf_open(x)
x |
one of the following:
|
## Not run:
# Navigate to a project based on its GUID
osf_open("e81xl")
# You can also provide an osf_tbl subclass
crp_file <- osf_retrieve_file("ucpye")
osf_open(crp_file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.