get_vasectomized_males: Get vasectomized males of a specified arc_species_code that...

Description Usage Arguments

View source: R/animalr.R

Description

Get vasectomized males of a specified arc_species_code that died after a specified date.

Usage

1
2
3
4
5
get_vasectomized_males(
  conn,
  arc_species_code,
  died_after_date = strftime(Sys.Date(), format = "%m-%d-%Y")
)

Arguments

conn

database connection object

arc_species_code

character vector of length 1 having two character species code

died_after_date

optional character vector of length 1 representing last date of interest. The male must have died after this date or it is not returned.


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