Prints the standard fframework for documenting a data frame in an R package.
document_df(df, num_spaces = 4)
df | data frame object; can be a |
---|---|
num_spaces | number of a spaces per tab; default is 4 |
nothing
#> #' @format a data.frame (5 x 2) #> #' \describe{ #> #' \item{x}{} #> #' \item{y}{} #> #' }