bind_processed: Bind Rows of Processed and Analyzed data

View source: R/bind_outputs.R

bind_processedR Documentation

Bind Rows of Processed and Analyzed data

Description

Allows for easy export and binding of rows from the outputs of process_data and rythm_analysis.

Usage

bind_processed(df = NULL, export = FALSE, path = paste0(getwd(),"/",substitute(df),".csv"))
bind_analysis(df = NULL, export = FALSE, path = paste0(getwd(),"/",substitute(df),".csv"))

Arguments

df

the output from either process_data or rythm_analysis

export

If TRUE, will save the data.frame as a .csv in the current directory. If FALSE (default), will return the bound data.frame.

path

Where to save the file if export = TRUE. Defaults to current directory.

Examples

bind_processed(df = monitor_processed)
bind_analysis(df = monitor_analysis)


edpclau/circadian-dynamics documentation built on Aug. 25, 2023, 12:18 p.m.