armadillo.subset: Describes data available to subset and makes subset

View source: R/subset.R

armadillo.subsetR Documentation

Describes data available to subset and makes subset

Description

This automates the process of:

  1. Checking what data is available to create subsets

  2. Make the subset

Usage

armadillo.subset(
  source_project = NULL,
  new_project = NULL,
  subset_def = NULL,
  dry_run = FALSE
)

Arguments

source_project

project from which to subset data

new_project

project to upload subset to. Will be created if it doesn't exist.

subset_def

R object containing subset definition created by armadillo.subset_definition()

dry_run

you can dry-run the function to which variables are missing

Value

missing variables provided in the subset definition

Examples

## Not run: 
armadillo.subset(
  source_project = "gecko",
  new_project = "study1",
  subset_def = local_subset
)

## End(Not run)


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