load_ids: Loads cattle ID numbers from a csv file or clipboard

Description Usage Arguments Value

View source: R/load_ids.R

Description

Loads cattle ID numbers from a csv file or clipboard

Usage

1
2
load_ids(input, use_clipboard = F, col = 1, skip = 0, nrows = -1,
  fileEncoding = getOption("encoding"), ...)

Arguments

input

Path to a input csv file

use_clipboard

If TRUE, clipboard is used instead of a input file

col

The column number contains cattle ID numbers. When use_clipboard = T, this parameter is ignored.

skip, nrows, ...

Be passed to read.csv

fileEncoding

Encoding of the input/output file. See file.

Value

Loaderd cattle id numbers


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