character
columns are not converted to factor
anymore[.dfsplice
correctly returns row namesas.data.frame.dfsplice
isplice
also looks in inst/extdata
to support local installation (without
R CMD build
) with the devtools
packageisplice
also works for other packagessplice
and isplice
isplice
to allow a shorter specification of the data directorydata.frame
-like implementation for dfsplice
class with new
methods names
, dimnames
, row.names
, dim
and print
str.dfsplice
now prints rows, columns and column
namessplice
throws error if directory is emptydevtools
issue hadley/devtools#640 (working directory for
testing and documenting)devtools
.str.dfsplice
(#5).unbind
saves the data for each column of a data frame to a
separate RDS file.splice
loads this data and offers a lightweight data.frame
-like
interface with operators [
, [[
and $
testthat
infrastructure.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.