
Base Objects like Data Frames for 'SciViews::R'
Philippe Grosjean
2024-05-01
Source:vignettes/svBase.Rmd
svBase.Rmd
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)
# ...