get_data: Assemble data from dataset and return in list

View source: R/0_data_construction.R

get_dataR Documentation

Assemble data from dataset and return in list

Description

Assemble data from dataset and return in list

Usage

get_data(
  which,
  variables = "default",
  observations = "default",
  output,
  output.type = "tibble_inlist",
  observations.set,
  dataset
)

Arguments

which

specific name of data type

variables

selected variables

observations

selected observations

output

name to save in list

output.type

output type (default = "tibble_inlist"; combination of "tibble", "data.frame" or "matrix" to define data type and "_inlist" or "" if data should be put into a list or not)

observations.set

set of observations

dataset

dataset name or number


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.