Skip to contents

Get locator information about a Census mirror

Usage

get_census_mirror(mirror)

Arguments

mirror

Name of the mirror.

Value

List with mirror information

Examples

get_census_mirror("AWS-S3-us-west-2")
#> $provider
#> [1] "S3"
#> 
#> $base_uri
#> [1] "s3://cellxgene-census-public-us-west-2/"
#> 
#> $region
#> [1] "us-west-2"
#> 
#> $alias
#> [1] ""
#>