Skip to contents

Gets the item list for each table used in the roxygen documentation

Usage

document_items(table_name)

Arguments

table_name

String with table name or code

Value

Character vector containing the roxygen item list to be used in the format/describe section

Examples

document_items(table_name = tables[[1, "tablename"]])
#> [1] "\\item{BIL002}{Studierende}"             
#> [2] "\\item{BIL040}{Ausländische Studierende}"
#> [3] "\\item{BIL045}{Nebenhörer}"              
#> [4] "\\item{BIL046}{Beurlaubte}"              
#> [5] "\\item{DLAND}{Land}"                     
#> [6] "\\item{SEMEST}{Semester}"