Skip to contents

Retrieve info from ResearchBox by URL

Usage

rbox_retrieve(rb_url, id_col = 1)

Arguments

rb_url

an ResearchBox URL, or a table containing them (e.g., as created by rbox_links())

id_col

the index or name of the column that contains ResearchBox URLs, if id is a table

Value

a data frame of information

Examples

if (FALSE) { # \dontrun{
  # get info on one OSF node
  rbox_retrieve("https://researchbox.org/801")
} # }