tabular: Format a table for inclusion in roxygen docs

View source: R/misc.R

tabularR Documentation

Format a table for inclusion in roxygen docs

Description

Format a table for inclusion in roxygen docs

Usage

tabular(df, ...)

Arguments

df

data.frame

...

additional options passed to format

References

<http://r-pkgs.had.co.nz/man.html>

Examples

df <- data.frame(a_b = 1, b_c = 2, stringsAsFactors = FALSE)
tabular(df)

jsta/rjsta documentation built on June 7, 2022, 8:39 p.m.