Scrape NLBC websites
1 2 | scrape_nlbc(ids, output = "cattle_info.csv", append = T,
fileEncoding = getOption("encoding"), gui_pb = F)
|
ids |
Cattle ID numbers as a character vector |
output |
Path to output file.
If |
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 |
gui_pb |
Show progress bar in a window (T) or in console (F) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.