cldata | R Documentation |
cldata generates a summary dataframe based on individual cowlog csv observations. Additionaly it generates a list of zones dientified in the observations.
cldata(
pathtofile,
outputdataname,
outputzonename,
factor,
factorindex,
factorname
)
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 |
cldata(pathtofile = "C:/Users/example_files", outputdataname = "dataframe_round", outputzonename = "list_of_zones", factor = TRUE, factorindex = 3, factorname = "round")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.