Skip to content

Make byName work with uniquePopulationName #19

@zbjornson

Description

@zbjornson

From Federico Gherardini

There's no way to do this from the API currently. A helper function to do this client-side:

getPopByUniqueName <- function(uniqueName) {
  myPops <- getPopulations(experimentId)
  myPops[myPops$uniqueName %in% uniqueName,]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions