| Argument | Create an Argument class object |
| ArgumentRefClass-class | ArgumentRefClass to manage one argument |
| ArgumentRefClass_get | Get the value(s) of an argument |
| ArgumentRefClass_getAction | Run the 'action' function |
| ArgumentRefClass_get_usage | Get usage string |
| ArgumentRefClass_parse_argument | Parse the argument list selecting the one of interest |
| ArgumentRefClass_print_help | Print usage help |
| ArgumentRefClass_show | Print information about the object |
| charliemail | Send a simple mail via mail, but hardwired for charlie |
| CommandArgs | Generate a CommandArgs reference |
| CommandArgs_add | Add an argument definition See 'link{Argument}' for input... |
| CommandArgs_add_argument | Add an argument definition See 'link{Argument}' for input... |
| CommandArgs_get | Test is the named argument is present |
| CommandArgs_get_all | Get all arguments |
| CommandArgs_help_called | Detect if user called for help using "-help" or "-h" |
| CommandArgs_parse_arguments | Parse the argument vector into 'Argument' objects |
| CommandArgs_print_help | Print usage help |
| CommandArgs_show | Print information about the object |
| Configurator | Create a new ConfiguratorRefClass and possibly read the... |
| ConfiguratorRefClass-class | A class for configuration elements |
| ConfiguratorRefClass_get | Retrieve one keyword/value pair by section or an entire... |
| ConfiguratorRefClass_parse_line | Parse one or more raw text lines of key=value or key:value... |
| ConfiguratorRefClass_read_file | Read a config file comprised of [sections] of key=value... |
| ConfiguratorRefClass_set | Set one keyword/value pair by section |
| ConfiguratorRefClass_show | Print the contents of the Configurator |
| ConfiguratorRefClass_write_file | Write a config file comprised of [sections] of key=value... |
| cp_dir | Copy the contents of one directory to another using system's... |
| dummy_commandArgs | Retrieve dummy arguments ala 'commandArgs(trailingOnly =... |
| file_parts | Divide a fully qualified filename into directory, name and... |
| get_temp_dirname | Retrieve a temporary directory name |
| get_temp_filename | Create a temporary file name |
| has_mail | Test if mail is installed on the host platform |
| has_mutt | Test if mutt is installed on the host platform See <URL:... |
| has_nail | Test if nail is installed on the host platform See <URL:... |
| is_bzip2 | Test if a file is gzipped |
| is_gzip | Test if a file is gzipped |
| is_tgz | Test if a file is tarred and gzip (.tar, .gz or tgz) |
| is_zip | Test if a file is zipped. |
| Logger | Create a LoggerRefClass object |
| Logger_elapsed | Output the elapsed time |
| Logger_error | Output an error message |
| Logger_info | Output an informative message |
| Logger_log | Log messages, possible echoed to the command line |
| LoggerRefClass-class | A Logger reference class for simple message logging |
| Logger_roll | Roll the log file to a new one based upon file size |
| Logger_scriptreport | Create a script report |
| Logger_setfilename | Set the filename attribute |
| Logger_tail | Retrieve the tail of a log file |
| Logger_warn | Output a warning message |
| mailmail | Send a simple mail via mail - see <URL:... |
| mgrepl | Perform grepl on multiple patterns; it's like AND-ing or... |
| muttmail | Send a simple mail via mutt - see <URL: http://www.mutt.org/> |
| nailmail | Send a simple mail via nail - see <URL:... |
| pack_directory | Create a zipped or tarred and gzipped archive of a directory |
| parseArgument | Parse the argument character for this Argument's value(s) |
| rscripting | rscritping: convenience tools for Rscript and more |
| rsync_dirs | Sync two directories using the system 'rsync' |
| sendmail | Send an email from R using the underlying mail services. |
| Stopwatch | Create a StopwatchRefClass object |
| Stopwatch_add_elapsed | Add an elapsed time. If the watch is running then it is... |
| Stopwatch_current_elapsed | Report the current elapsed time without stopping the clock |
| Stopwatch_elapsed | Report the current elapsed time without stopping the clock |
| Stopwatch_get_elapsed | Get the elapsed time, possibly accumulating. If the watch is... |
| Stopwatch_reset | Reset the stopwatch, eliminate acculumated elapsed time... |
| Stopwatch_show | Show the elapsed time |
| Stopwatch_start | Start the timer, resets the start time to the current time |
| Stopwatch_stop | Stop the timer |
| Stopwatch_to_string | Return a formatted elapsed time string |
| strip_extension | Strip one or more extensions off one or more filenames |
| str_trim | Trim leading spaces, trailing spaces or both. |
| system_memory | Retrieves information on the system memory resources on... |
| test_compressed | Test if a given file is compressed by zip or tgz, gzip. |
| Timekeeper | Create a Timekeeper which holds one or more stopwatches on... |
| Timekeeper_elapsed | Determine elapsed time for a stopwatch |
| Timekeeper_has_watch | Determine if a specified stopwatch exists |
| TimekeeperRefClass-class | A class for storing one or more StopwatchRefClass objects |
| Timekeeper_reset | Reset a stopwatch |
| Timekeeper_start | Start a stopwatch |
| Timekeeper_stop | Stop a stopwatch |
| un_bzip2 | Unpack a tarred and bzip2-ped archive. |
| un_gz | Unpack a gzipped archive. |
| unpack_archive | Unpack a compressed archive: zip, gzip, and gzipped tarballs. |
| un_tgz | Unpack a tarred and gzipped archive. |
| un_zip | Unzip a zipped archive. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.