process_var: Process variable list

Description Usage Arguments

View source: R/functions.R

Description

Process variable list

Usage

1
2
3
4
5
6
7
8
process_var(
  research.folder,
  variable.xls.file,
  inclu_list,
  overwrite,
  username = NA,
  password = NA
)

Arguments

research.folder

The name of research folder. See initResearchFolder for details on a research folder.

variable.xls.file

Name(s) of request form(s) with variable lists. Multiple request forms should be specified as a character vector. Default is NA, where no variable list is specified, and variables in the inclusion criteria will be extracted instead.

inclu_list

A list of inclusion to combine.

overwrite

Whether to overwrite existing request form. Default is TRUE.

username

User name for accessing database if data.type is not flat. Default is NA for flat tables.

password

Password for accessing database if data.type is not flat. Default is NA for flat tables.


biostatUniBS/RDataXMan documentation built on Feb. 2, 2021, 9:41 a.m.