Dataset$list_versions
Dataset$list_versions(max_results=NULL) → list<Version>
Parameters:
Returns:
Examples:
dataset <- redivis$organization("Demo")$dataset("ghcn_daily_weather_data")
versions <- dataset$list_versions()
for (version in versions){
# Properties will be populated with the version.list resource definition
print(version$properties)
} Was this helpful?

