Skip to contents

Get roxygen format section for a given table name

Usage

document_format_section(table_name)

Arguments

table_name

String with table name or code

Value

Character vector containing the roxygen format section

Examples

document_format_section(table_name = tables[[1, "tablename"]])
#> [1] "A tibble with 31 rows and 6 variables:"  
#> [2] "\\describe{"                             
#> [3] "\\item{BIL002}{Studierende}"             
#> [4] "\\item{BIL040}{Ausländische Studierende}"
#> [5] "\\item{BIL045}{Nebenhörer}"              
#> [6] "\\item{BIL046}{Beurlaubte}"              
#> [7] "\\item{DLAND}{Land}"                     
#> [8] "\\item{SEMEST}{Semester}"                
#> [9] "}"