README.md

caser

R-CMD-check Codecov test coverage

The {caser} package (caser = [case]s of data + l[aser]) for R contains tools for working with dataset subsetting and sampling. The goal here is to provide users an experience that is easier and faster than trying to figure out how to combine R functionality to arrive at these solutions. Additionally, while these tools are not exactly revolutionary, they are methods I have returned to again and again and so speeding them up and making them easier streamlines my work and I hope they do the same for other users as well.

Getting Started

Prerequisites

Some prerequisites to getting this product up and running in R: - Install R (https://www.r-project.org/) - Install RStudio (recommended) (https://www.rstudio.com/) - Download and install the {devtools} package from CRAN - From R/RStudio console enter: install.packages("devtools")

Installing

Now that R is setup (with or without RStudio) and the {devtools} package is installed, it's possible to start downloading and installing R packages directly from Github. To download, install, and start using the {caser} package follow the steps: - Download and install the {caser} package from Github - From R/RStudio console enter: remotes::install_github("mike-decarlo/caser") - Load the {caser} package library - From R/RStudio console enter: library(caser)

Authors

License

This project is licensed under the GPL-3 License - see the LICENSE file for details

Acknowledgments



mike-decarlo/caser documentation built on March 14, 2023, 9:54 a.m.