is_animal_alive: Returns logical vector indicating if id is animal in master...

Description Usage Arguments

View source: R/animalr.R

Description

Returns logical vector indicating if id is animal in master and alive on the provided date.

Usage

1
is_animal_alive(conn, id_df, format = "%Y-%m-%d")

Arguments

conn

database connection object

id_df

dataframe with columns id and sample_date where date is a character string with the format mm-dd-yyyy.

format

optional character vector of length one having the date format string to be used in call to is_valid_date().


rmsharp/animalr documentation built on March 10, 2021, 1:12 p.m.