-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Instead of returning a tibble by default, we can actually give users the chance to choose among the following options:
tibble(can be the default because of its nice printing);data.framedata.table
We might call this argument return (i.e., return = c("tibble", "data.frame", "data.table"). Example:
library(siconvr)
progs <- get_siconv("programas", return = "data.table")Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request