atable (version 0.1.0)

add_observation_column: 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.

Value

As DD now with one more column.

Details

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