Skip to content

can't use a non-prefix? #8

Description

@mdsumner

I'm not sure my understanding is correct, but I want to avoid the "d1" prefix and not have one:

uri <- 'https://dapds00.nci.org.au/thredds/catalog.xml'

thredds::CatalogNode$new(uri, prefix = "")$prefix
#> [1] "d1"
thredds::CatalogNode$new(uri, prefix = NA_character_)$prefix
#> [1] "d1"
thredds::CatalogNode$new(uri, prefix = NULL)$prefix
#> [1] "d1"
thredds::CatalogNode$new(uri, prefix = character(0))$prefix
#> [1] "d1"

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions