repo_string_as_named_list {rstudio.prefs} | R Documentation |
Convert secondary repo string to named list
Description
The secondary repo string uses |
to separate the repo names and their
values, as well as two different repos, e.g.
'ropensci|https://ropensci.r-universe.dev|ddsjoberg|https://ddsjoberg.r-universe.dev'
.
Usage
repo_string_as_named_list(x)
Arguments
x |
secondary repository string from
|
Value
named list
Author(s)
Daniel D. Sjoberg
Examples
repo_string_as_named_list(
'ropensci|https://ropensci.r-universe.dev|ddsjoberg|https://ddsjoberg.r-universe.dev'
)
[Package rstudio.prefs version 0.1.9 Index]