units {table1}R Documentation

Units attribute.

Description

Units attribute.

Usage

units(x)

units(x) <- value

has.units(x)

Arguments

x

An object.

value

A character specifying the units

Functions

Examples

x <- 1:10
units(x) <- "cm"
has.units(x)
units(x)

[Package table1 version 1.4.3 Index]