#function for importing information for bsaic manuscript results
#Anthony
#March2020
raw_estimates_func <- function(ind = ind){
#simple min number of captures
min.mice <- group_by(ind, valley, grid.id, grid, trip.no) %>%
summarise(recap = sum(recap),
n = n())
}
#example
##simple min number of captures data
#source(here::here("./R/wrangling/Data_CRinput_mice_jan2019.R"), echo = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.