Skip to contents

Retrieve info from ResearchBox by URL

Usage

rbox_info(rb_url, id_col = 1, pb = NULL)

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

pb

a progress bar passed from another function

Value

a data frame of information

Examples

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