Skip to contents

Get Dataset Overview

Usage

get_dataset_overview(dbg = TRUE)

Arguments

dbg

whether or not to show debug messages

Value

tibble with 7 columns and rows equal to number of datasets (one for each dataset type, e.g WMS, WFS, ATOM)

category_id

Category id of dataset (artifically generated)

category_name

Category name of dataset)

dataset_id

Dataset id, artifically generated!!!

dataset_name

Dataset name as listed on table

dataset_name_href

Link of dataset name. JS session Id was replaced with a placeholder

dataset_type

Dataset type as listed on table one of ATOM, WFS or WMS

dataset_type_href

Link of dataset type. JS session Id was replaced with a placeholder

Examples

fb_dataset_overview <- kwb.fisbroker::get_dataset_overview()
#> Login to FIS-Broker ... ok. (2.79s) 
#> Getting HTML text from 'https://fbinter.stadt-be...d=navigationFrameResult' ... ok. (1.40s) 
# View(fb_dataset_overview)