Learn R Programming

geomedb (version 2.0.1)

listEntities: Get a list of entities (i.e. tables) available to query

Description

Get a list of entities (i.e. tables) available to query

Usage

listEntities(projectId = NA)

Arguments

projectId

(optional) The project to fetch entities for. If not provided, the network entities will be returned.

Examples

Run this code
# NOT RUN {
entities <- listEntities(projectId)
entities <- listEntities()
# }

Run the code above in your browser using DataLab