scrape_nlbc: Scrape NLBC websites

Description Usage Arguments

View source: R/scrape_nlbc.R

Description

Scrape NLBC websites

Usage

1
2
scrape_nlbc(ids, output = "cattle_info.csv", append = T,
  fileEncoding = getOption("encoding"), gui_pb = F)

Arguments

ids

Cattle ID numbers as a character vector

output

Path to output file. If NULL, no csv file will be made.

append

If an output file is already exist, append output file (T) or create a new file (F). When append = T, ERROR rows in previous output file will be removed.

fileEncoding

Encoding of the input/output file. See file.

gui_pb

Show progress bar in a window (T) or in console (F)


mayumikubo/cattleIDjp documentation built on March 20, 2020, 12:47 a.m.