oa_readme: Print readme from one or more datasets

Description Usage Arguments Value Examples

View source: R/oa_readme.R

Description

Print readme from one or more datasets

Usage

1

Arguments

x

input, either an object of class oa or a list of such objects

Value

character string

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# single
url1 <- "http://data.openaddresses.io/runs/33311/us/mi/ottawa.zip"
xx <- oa_get(url1)
oa_readme(xx)
cat(oa_readme(xx))

# many at once
url2 <- "http://data.openaddresses.io/runs/101436/us/ca/yolo.zip"
zz <- oa_get(url2)
oa_readme(list(xx, zz))
cat(oa_readme(list(xx, zz)), sep = "\n\n")

## End(Not run)

sckott/openadds documentation built on March 20, 2021, 9:53 a.m.