insertVariable {eatGADS}R Documentation

Reorder a single variable in a GADSdat.

Description

Deprecated. Please use relocateVariable instead.

Usage

insertVariable(GADSdat, var, after = NULL)

Arguments

GADSdat

A GADSdat object.

var

Character string of the variable name which should be sorted.

after

Character string of the variable name after which var should be inserted. If NULL, var is inserted at the beginning of the GADSdat.


[Package eatGADS version 1.1.0 Index]