armadillo.subset_definition: Builds an R object containing info required to make subsets

View source: R/subset.R

armadillo.subset_definitionR Documentation

Builds an R object containing info required to make subsets

Description

This file must contain three columns with the headers 'folder', 'table' and 'variables'. 'Folder' must refer to a folder in the armadillo project to be subsetted. 'Table' must refer to a table within that folder. 'variables' must refer to variables within that table.

Usage

armadillo.subset_definition(vars = NULL)

Arguments

vars

.csv file containing vars to subset.

Value

a dataframe containing variables that is used for input in the armadillo.subset() method

Examples

## Not run: 
armadillo.subset_definition(
  vars = "C:/tmp/vars.csv"
)

## End(Not run)


MolgenisArmadillo documentation built on Nov. 17, 2023, 5:07 p.m.