Feature Request: Make list_vars
invisibly return a list of vars
#124
Labels
Milestone
list_vars
invisibly return a list of vars
#124
It would be helpful if there were a simple way to get the mapping of column names to parameter type. An interface that seems to be a good fit would be to return the list of vars invisibly from the
list_vars()
function. (Or to make it return a new object type with a print method that printed likelist_vars()
currently does.)The text was updated successfully, but these errors were encountered: