Learn R Programming

rbace (version 0.2.0)

bs_profile: Get the profile for a repository

Description

Get the profile for a repository

Usage

bs_profile(target, ...)

Arguments

target

(character) Internal name of a single repository as delivered in bs_repositories()

...

curl options passed on to crul::verb-GET

Value

a data.frame, of two columns: "name", "value". "name" holds the "value" description. you can pivot the data.frame to wide by e.g., tidyr::pivot_wider(x)

Examples

Run this code
# NOT RUN {
res <- bs_repositories(coll = "de")
bs_profile(target = res$internal_name[1])
# }

Run the code above in your browser using DataLab