Command Line ToolsFunctions for interacting with users via the command line. |
|
---|---|
Ask Yes/No Questions via the console |
|
Ask Text Questions via the Console |
|
Ask Yes/No Questions via the console |
|
Ask Text Questions via the Console |
|
Saving and Loading ObjectsFunctions for more easily saving and loading R (.RDS) objects with RStudio. |
|
Save/Load R Objects as .RDS files. |
|
Set global path option for saving/loading objects |
|
Get global path option for saving/loading objects |
|
Unset global path option for saving/loading objects |
|
File Functions |
|
Open a File in RStudio |
|
|
Create a new file |
Copy Existing Files to a new Directory |
|
Delete Files |
|
Working with Options |
|
Set, Get, and Remove (Package-Specific) Options |
|
Strings and IdentifiersFunctions for working with strings and creating unique identifiers. |
|
Extract all characters in a string before a match |
|
Extract all characters in a string after a match |
|
Extract a portion of a string between two patterns |
|
Get a Character String of Seconds since January, 1970 |
|
Generate Random Strings |
|
Vector Manipulations |
|
Subset a vector for values within a specified range |
|
MiscellaneousFunctions that don’t fall as easily into categories but are useful utilities for a variety of tasks. |
|
Abort Classes with Informative Message |
|
Informative Class Checking |
|
How Many Unique Observations |
|
Get a Substituted Name as Character for Subsetting |