1% Generated by roxygen2: do not edit by hand 2% Please edit documentation in R/utils.R 3\name{table.levels} 4\alias{table.levels} 5\title{Create a table, but ensure that the correct 6columns exist. In particular, this allows for 7entires with zero as a value, which is not 8the default for standard tables} 9\usage{ 10table.levels(x, levels, ...) 11} 12\arguments{ 13\item{x}{a vector} 14 15\item{levels}{a vector of levels} 16 17\item{...}{parameters for table} 18} 19\value{ 20a table 21} 22\description{ 23Create a table, but ensure that the correct 24columns exist. In particular, this allows for 25entires with zero as a value, which is not 26the default for standard tables 27} 28\author{ 29Matt Owen 30} 31