get_ids_having_specific_char: Returns dataframe with animals having a specific character in...

Description Usage Arguments

View source: R/get_ids_having_specific_character.R

Description

Returns dataframe with animals having a specific character in their permanent Id.

Usage

1
2
3
4
5
6
get_ids_having_specific_char(
  conn,
  char,
  exclude = character(0),
  include = character(0)
)

Arguments

conn

database connection object

char

character to be matched

exclude

character vector having two character species codes of species to exclude from result set.

include

character vector having two character species codes of species to include in the result set.


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