get_first_offspring: Get the first offspring for animals of a specified sex and...

Description Usage Arguments

View source: R/get_first_offspring.R

Description

Get the first offspring for animals of a specified sex and arc_species_code within a specified date range of provided.

Usage

1
2
3
4
5
6
7
get_first_offspring(
  conn,
  arc_species_code,
  sex = "F",
  start_date = NULL,
  end_date = NULL
)

Arguments

conn

database connection object

arc_species_code

character vector of length 1 having two character species code

sex

character vector of length 1 having "F", "M", or "both"

start_date

optional character vector of length 1 having a valid date represented by a unambiguous string value that specified the begining date of the date interval of interest.

end_date

optional character vector of length 1 having a valid date represented by a unambiguous string value that specified the end date of the date interval of interest.


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