get_births_in_iacuc: Returns a dataframe containing the id, sex, and birth date of...

Description Usage Arguments

View source: R/animalr.R

Description

Returns a dataframe containing the id, sex, and birth date of animals born between to dates inclusive and assigned to a specific IACUC protocol.

Usage

1
get_births_in_iacuc(conn, working_iacuc, start_date, end_date)

Arguments

conn

database connection object

working_iacuc

IACUC protocol

start_date

character vector of length 1 in "mm-dd-YYYY" format

end_date

character vector of length 1 in "mm-dd-YYYY" format


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