This package contains multiple functions in R that I found or created through the years and may be useful to keep
You can clone this repository by opening Git Bash and the command line
git clone https://github.com/jmballard/jbutilities_r.git
Note: This repo is currently not a package.
Here is the content of this repo:
| Function | brief description | |-------------------------------|---------------------------------------------| | create_df_rd | Creates a random table | | check_format_df | Verifies the format of a table | | find_series | find the latest file in a series | | name_series | create the next file in a series | | step_time | print a step and time | | my_ggtheme | favorite ggplot theme to any ggplot plot | | cut_fat | fast version of cut | | class_tree_interaction_finder | tree interactions for binary classification |
MIT License
Copyright (c) [2022] [Julie Ballard]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This project is currently stopped as I have been using Python as my main language since 2021.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.