format_data: Format raw nest data into the correct format for climwin...

Description Usage Arguments Details Value Examples

View source: R/format_data.R

Description

Identify first clutches for our focal species.

Usage

1
format_data(input_data)

Arguments

input_data

Dataframe. Raw Brood_data from formatting populations

Details

For all population/species data:

Value

A tibble with 7 columns

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
#Load Brood_info.csv
input_data <- read.csv(here::here("data/unshared_files/Brood_info.csv"),
header = T, sep = ",", stringsAsFactors = FALSE)

#Format data into correct format
format_data(input_data = input_data)

## End(Not run)

LiamDBailey/baileyetal2021 documentation built on Feb. 10, 2022, 12:34 a.m.