add_observation_column {atable}R Documentation

Adds a column to a data.frame

Description

The new column has name atable_options('colname_for_observations') and class 'count_me'.

Usage

add_observation_column(DD)

Arguments

DD

A data.frame.

Details

Throws an error if a column of that name is already present in DD.

Value

As DD now with one more column.


[Package atable version 0.1.14 Index]