read_MFO_databases | R Documentation |
Read databases for MFO package
read_MFO_databases( from = c("folder", "files"), path, db_basal_name, db_MFO_name, db_graded_name, col_name_VO2, col_name_VCO2, col_name_RER, col_name_HR, remove_rows = NULL )
from |
select either from folder or files |
path |
path to the the databases |
db_basal_name |
name of the database with the basal metabolic rate test |
db_MFO_name |
name of the database of MFO test |
db_graded_name |
name of the database of the graded exercise test |
col_name_VO2 |
name given to the variable VO2 in the databases. Must be the same for all databases. Default set to "VO2" |
col_name_VCO2 |
name given to the variable VCO2 in the databases. Must be the same for all databases. Default set to "VCO2" |
col_name_RER |
name given to the variable RER in the databases. Must be the same for all databases. Default set to "RER" |
col_name_HR |
name given to the variable HR in the databases. Must be the same for all databases. Default set to "HR" |
remove_rows |
An integer (or a vector of integers) representing the position of the rows to delete |
Returns 3 databases:
participant_db_basal: database with basal metabolism.
participant_db_MFO: database with MFO test.
participant_db_graded: graded exercise test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.