Skip to contents

Overview

rutils is an R package that I (Daniel Vartanian) use to store and organize my utility functions until they are ready to be moved to their own package.

This package is primarily intended for personal use, but you are welcome to use it if you find it helpful. Please note that not all functions are exported or documented. Access the source code to see them all.

If you find this project useful, please consider giving it a star!   GitHub repo stars

Installation

You can install rutils using the remotes package:

remotes::install_github("danielvartan/rutils")

License

rutils code is released under the MIT license. This means you can use, modify, and distribute the code as long as you include the original license in any copies of the software that you distribute.