bs_profile: Get the profile for a repository

Description Usage Arguments Value

View source: R/bs_profile.R

Description

Get the profile for a repository

Usage

1
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)


rbace documentation built on Jan. 13, 2021, 6:08 a.m.