Learn R Programming

rbace (version 0.2.2)

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)