Organization$dataset
Organization$dataset(name, *, version="current") → Dataset
Parameters:
Returns:
Examples
organization <- redivis$organization("Demo")
dataset <- organization$dataset("ghcn_daily_weather_data")
dataset$get()
print(dataset$properties) # Properties will be fully populated after calling $get()Was this helpful?

