Learn R Programming

animaltracker (version 0.2.0)

get_data_from_meta: Get animal data set from specified meta. If date range is invalid, automatically returns all animal data specified by meta_df.

Description

Get animal data set from specified meta. If date range is invalid, automatically returns all animal data specified by meta_df.

Usage

get_data_from_meta(meta_df, min_date, max_date)

Arguments

meta_df

data frame of specified meta

min_date

minimum date specified by user

max_date

maximum date specified by user

Value

df of animal data from specified meta