Description Usage Arguments Format Details
Rather than house table descriptions in the SQL database or house them in an excel file somewhere, this is a handy function to get table documentation.
1 | fecalTableDoc(con = NULL, table = NULL)
|
table |
character; which table to document |
a dataframe with 28597 rows and 8 variables
integer id of squirrel owner of trapping id
integer id of trap id. NOTE: This is housed as "id" in the primary trapping database
integer year of trapping record
integer id indicates whether a given trapping record contained more than one poop vial. Poop vial "1" correpsonds to primary poop vial
character value of poop vial. Used to link to fecal data tables
numeric value of time of fecal collection in the field. When this was not documented, an estimate is given as "time_guess"
0/1 Identifies whether poop_id appears for more than one trapping record
numeric value of time estimate if fecal collection time was not present in trapping record
Access table descriptions
This table acts a linker between the fecal database and the trapping database
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.