scrape_nlbc: Scrape NLBC websites

View source: R/scrape_nlbc.R

scrape_nlbcR Documentation

Scrape NLBC websites

Description

Scrape NLBC websites

Usage

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).

fileEncoding

Encoding of the input/output file. See file.

gui_pb

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


fmsan51/cattleIDjp documentation built on Jan. 4, 2024, 7:42 a.m.