NickCH-K / vtable

An R package for creating Variable Documentation Files

Home Page:https://nickch-k.github.io/vtable/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output index of column/variable

Kudusch opened this issue · comments

It would be nice to see the index of the column/variable in the generated output. This is basically already in place with:

vt$order <- 1:nrow(vt)

Do you have any plans for this or are you taking pull requests? This could also be an optional output with something like

@param index Set to TRUE to include variable indices in the variable table. Defaults to FALSE.

Thanks for the package btw :)

This is now included in v0.2.0! Thanks for the suggestion.

Oh, wait, I misunderstood the request. I will include this.

Edit: okay NOW it's included.