delete_timing_vars: Delete Timing and Randomisation Variables

Description Usage Arguments Value See Also

Description

Remove from dataset ds unnecessary randomisation and timing variables created by Gryphon. These variables are identified as any with aliases ending in "_rnd" or "_timing". This is a simple wrapper around delete_var_pattern.

Usage

1
delete_timing_vars(ds, confirm = FALSE)

Arguments

ds

A CrunchDataset

confirm

A boolean - if TRUE, user will be prompted to confirm the deletion in the console. Default is FALSE.

Value

Invisibly returns the original dataset.

See Also

delete_var_pattern


domjarkey/crunchscripts documentation built on June 6, 2019, 7:43 p.m.