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

CRAN_Status_Badge

SanFranBeachWater

SanFranBeachWater is a little R package that downloads the Beach Water Quality Monitoring Program data that the the San Francisco Public Utilities Commission maintain here. The data can be downloaded in raw form, or tables for individual beaches can be downloaded.

Installation

install.packages("SanFranBeachWater")

Usage

Get the data for China Beach:

library(SanFranBeachWater)

san_fran_china_beach()

r emo::ji("poop")

Or alternatively, just get the status of the beach ("Open" or "Closed"):

san_fran_windsurfer_circle(status = TRUE)

Sweet! r emo::ji("beach_umbrella")



RobertMyles/SanFranBeachWater documentation built on May 8, 2019, 9:57 p.m.