Learn R Programming

openadds (version 0.2.0)

oa_list: List available data

Description

List available data

Usage

oa_list(...)

Arguments

...
Pass on curl options to HttpClient

Value

A tibble (a data.frame)

Examples

Run this code
## Not run: 
# (res <- oa_list())
# 
# # mean address count per state/country/etc
# mean(res$`address count`, na.rm = TRUE)
# ## End(Not run)

Run the code above in your browser using DataLab