export_data: Export data

View source: R/export_data.R

export_dataR Documentation

Export data

Description

Saves data outputted from the process_timeseries and rythm_analysis_by_window functions.

Usage

export_data(processed_data = NULL, rythm_analysis_data = NULL, dir_choose_gui = TRUE)

Arguments

processed_data

optional data.frame returned from the process_timeseries function.

rythm_analysis_data

optional data.frame returned from the rythm_analysis_by_window function.

dir_choose_gui

If TRUE (default) a GUI will help select the folder in which to save the data and plots. If FALSE, everything will be saved in the current directory.

Examples

export_data(processed_data = processed_data, rythm_analysis_data = analysis_data, dir_choose_gui = TRUE)

edpclau/circadian-dynamics documentation built on July 1, 2024, 2:33 a.m.