cldata: cldata

View source: R/cldata.R

cldataR Documentation

cldata

Description

cldata generates a summary dataframe based on individual cowlog csv observations. Additionaly it generates a list of zones dientified in the observations.

Usage

cldata(
  pathtofile,
  outputdataname,
  outputzonename,
  factor,
  factorindex,
  factorname
)

Arguments

pathtofile

: path to folder hosting individual csv's generated by cowlog

outputdataname

: string of desired name for output summary dataframe of cowlog observations

outputzonename

: string of desired name for output list of zones identified in the cowlog observations

factor

: must be listed as either TRUE or FALSE, if true, one categorical factor is incorporated into the resulting summary dataframe

factorindex

: (used if factor = TRUE) index in cowlog individual csv's filename (separted by "_") that the factor of interest is located

factorname

: (used if factor = TRUE) string desired name for output column in summary dataframe referring to the factor of interest

Examples

cldata(pathtofile = "C:/Users/example_files", outputdataname = "dataframe_round", outputzonename = "list_of_zones", factor = TRUE, factorindex = 3, factorname = "round")

kellyjwallace/cowlogdata documentation built on Dec. 2, 2023, 1:30 a.m.