All functions

FunctionFileName()

Function FileName

cache_object()

Cache an object for retrieval later

change_wd()

Set a new wd while saving the previous one

cl_open_ff()

Open a File in a Specific Application

combine_text_files()

Combine Text File Contents into a Single File

copy_dir()

Copy a Folder

create_dir_if_not_exist()

Creates folder in working dir if doesn't exist

cut_cache_key()

Create the key for caching

deprecate_all_csv()

Deprecate all csvs in wd

deprecate_all_excel()

Deprecate all Excels in wd

deprecate_all_txt()

Deprecate all txt files in wd

dir.create_path()

Create the Path to a Directory

duplicateFunctions()

Duplicate Functions

file.remove_if_exists()

Delete if the File Exists

get_gb_size()

Get File Size in GB

get_kb_size()

Get File Size in KB

get_mb_size()

Get File Size in MB

greplRScripts()

Find R Scripts with a Pattern

grepl_r_dir()

Find R Directory Files that Match a Pattern

grepl_text_files()

Find Files with Text that Matches a Pattern

list.files_only()

List Files without Subdirectories

list.subdirs()

List Subdirectories

load_cached_object()

Load a cached object

move_text_to()

Append Text in One File to Another

open_sesame()

Generic Command Line Open Command

present_script_path()

Get the path to the present R script

remove.dir()

Remove a Directory

remove_files_if_exist()

Removes a file if it exists

replace_ext()

Replace the Extension of a Filename

reset()

Restart R Session

revert_wd()

Revert wd back to original wd

rmAll()

Remove Objects from the Global Environment

rm_all()

Removes R objects in the global environment without warning if R object doesn't exist

rm_all_end_with()

Removes all objects in the global environment that have a certain pattern

rm_all_objects_that_start_with()

Removes all objects in the global environment that have a certain pattern

rm_if_exists()

Removes R objects in the global environment if R object doesn't exist

script_path()

Script Path

script_step_number()

Returns the script step number

see_installed_packages()

Return vector of installed packages

select_file()

Interactively select a file

size_in_gb()

Filesize in GB

size_in_gigabytes()

Filesize in GB

size_in_kb()

Filesize in GB

size_in_mb()

Filesize in GB

skin_file()

Remove Path and Extension of a File

string_to_vector()

Parse and evaluate a string

strip_fn()

Remove the file ext from fn

use_cache_key()

Create the key for caching

vector_to_string()

Convert a vector of values into a string

writeErrors()

Write Errors to File