Function to easily find all online repositories that contain ggseg atlases

ggseg_atlas_repos(pattern = NULL, ...)

Arguments

pattern

string pattern to search repos

...

additional arguments to grep

Value

data frame of online repositories with ggseg-atlases

Examples

ggseg_atlas_repos()
#> opening url input connection.
#> 
 Found 26 records...
 Imported 26 records. Simplifying...
#> closing url input connection.
#> # A tibble: 26 × 31
#>    Package  Title Version `Authors@R`  Description  License Encoding RoxygenNote
#>    <chr>    <chr> <chr>   <chr>        <chr>        <chr>   <chr>    <chr>      
#>  1 ggsegEc… econ… 0.0.1   "c(person(\… "This is a … CC BY … UTF-8    7.1.1      
#>  2 ggsegFl… Flec… 0.0.1   "c(person(\… "This is a … CC BY … UTF-8    7.1.1      
#>  3 ggsegKl… Klei… 0.0.1   "c(person(\… "This is a … CC BY … UTF-8    7.1.1      
#>  4 ggsegBr… brod… 0.0.1   "c(person(\… "This is a … CC BY … UTF-8    7.1.1      
#>  5 ggsegCa… Camp… 0.0.1   "c(person(\… "This is a … CC BY … UTF-8    7.1.1      
#>  6 ggsegIca ica … 0.0.1   "c(person(\… "This is a … MIT + … UTF-8    7.1.1      
#>  7 ggsegAr… arsl… 0.0.1   "c(person(\… "This is a … MIT + … UTF-8    7.1.1      
#>  8 ggsegGo… gord… 0.0.1   "c(person(\… "This is a … MIT + … UTF-8    7.1.1      
#>  9 ggsegAi… aich… 0.0.1   "c(person(\… "This is a … MIT + … UTF-8    7.1.1      
#> 10 ggsegAal aal … 0.0.1   "c(person(\… "This is a … MIT + … UTF-8    7.1.1      
#> # … with 16 more rows, and 23 more variables: LazyData <chr>,
#> #   LazyDataCompression <chr>, VignetteBuilder <chr>, Repository <chr>,
#> #   RemoteUrl <chr>, RemoteRef <chr>, RemoteSha <chr>, NeedsCompilation <chr>,
#> #   Packaged <chr>, Author <chr>, Maintainer <chr>, _user <chr>, _file <chr>,
#> #   _published <chr>, _builder <df[,13]>, MD5sum <chr>, _hard_deps <list>,
#> #   _soft_deps <list>, Remotes <list>, URL <chr>, BugReports <chr>,
#> #   Language <chr>, SystemRequirements <chr>

ggseg_atlas_repos("yeo")
#> opening url input connection.
#> 
 Found 26 records...
 Imported 26 records. Simplifying...
#> closing url input connection.
#> # A tibble: 0 × 31
#> # … with 31 variables: Package <chr>, Title <chr>, Version <chr>,
#> #   Authors@R <chr>, Description <chr>, License <chr>, Encoding <chr>,
#> #   RoxygenNote <chr>, LazyData <chr>, LazyDataCompression <chr>,
#> #   VignetteBuilder <chr>, Repository <chr>, RemoteUrl <chr>, RemoteRef <chr>,
#> #   RemoteSha <chr>, NeedsCompilation <chr>, Packaged <chr>, Author <chr>,
#> #   Maintainer <chr>, _user <chr>, _file <chr>, _published <chr>,
#> #   _builder <df[,13]>, MD5sum <chr>, _hard_deps <list>, _soft_deps <list>, …