knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

badevand

The goal of badevand is to make it easy to retrieve data on danish beaches.

Examples

How to get the data:

beach_data <- badevand::beach_get_data()
dplyr::glimpse(beach_data) 

How to see the internal data:

dplyr::glimpse(badevand::weather_type) 
dplyr::glimpse(badevand::water_quality) 


mikkelkrogsholm/badevand documentation built on May 21, 2019, 9:38 a.m.