read_MFO_databases: Read databases for MFO package

Description Usage Arguments Value

View source: R/utils.R

Description

Read databases for MFO package

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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
)

Arguments

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

Value

Returns 3 databases:


JorgeDelro/MFO documentation built on Feb. 18, 2022, 11:09 a.m.