powered by
Get the profile for a repository
bs_profile(target, ...)
(character) Internal name of a single repository as delivered in bs_repositories()
bs_repositories()
curl options passed on to crul::verb-GET
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)
tidyr::pivot_wider(x)
# NOT RUN { res <- bs_repositories(coll = "de") bs_profile(target = res$internal_name[1]) # }
Run the code above in your browser using DataLab