The {svBase} allows to rationalize the use of the three main “data frames” objects in R: data.frame, data.table and tbl_df.
# TODO: example dtf <- data.frame(x = 1:3, y = 4:6) # ...