rwalkr (version 0.4.0)

lookup_sensor: Look up sensor names between melb_walk_fast() and melb_walk()

Description

One-to-one corresponding sensor names between melb_walk_fast() and melb_walk()

Usage

lookup_sensor()

Arguments

Value

A data frame including three columns:

  • run: Sensor names obtained from the melb_walk_fast() function using Socrata

  • walk: Sensor names obtained from the melb_walk() function using compedapi

  • match: whether sensor names are identical or not

Details

Two APIs (Socrata and compedapi) code some sensors using different names. This functions returns a data frame that allows to compare sensor names obtained from these two APIs.

Examples

Run this code
# NOT RUN {
lookup_sensor()
# }

Run the code above in your browser using DataLab