powered by
View a project, component, file, or user profile on OSF with your default web browser.
osf_open(x)
one of the following:
an OSF URL, or a generic string containing a GUID or Waterbutler ID.
an osf_tbl_node with a single project or component.
osf_tbl_node
an osf_tbl_file with a single file or directory.
osf_tbl_file
an osf_tbl_user with a single OSF user.
osf_tbl_user
if (FALSE) { # 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) }
Run the code above in your browser using DataLab