Package: trainsplit
Title: Split a Dataframe, Tibble, or Data.table into Training and Test
        Sets
Version: 1.0
Authors@R: 
    person("Zhaochen", "He", , "eastnileuc@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-6579-5073"))
Description: Split a dataframe, tibble, or data.table into a list containing training and test sets. Can specify either number or percentage of observations to go into the training set.
URL: https://github.com/eastnile/trainsplit
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: data.table
Suggests: tibble, dplyr
License: MIT + file LICENSE
NeedsCompilation: no
Packaged: 2024-03-28 23:45:20 UTC; Zhaochen He
Author: Zhaochen He [aut, cre] (<https://orcid.org/0000-0002-6579-5073>)
Maintainer: Zhaochen He <eastnileuc@gmail.com>
Repository: CRAN
Date/Publication: 2024-03-29 21:10:02 UTC
