is.os_arm()
to check if running ARM cpuget_R_version()
to pull current R versionget_R_version_age()
to find how old the installed R version isget_latest_CRAN_version()
to find the latest version on CRAN (rvest required)get_system_python()
to return default python called in system calls to "python"%C%
for choose operator and %P%
for permuteintegrate()
for inline integrations
*added is.http_available()
checks if you can send an http request either by httr, rcurl, or a system call to curl. seq_around()
for evenly spaced sequences around an origin point NEWS.md
file to track changes to the package.length_cc()
, min_cc()
, max_cc()
,
range_cc()
, all_cc()
, any_cc()
, sum_cc()
, prod_cc()
, mean_cc()
,
median_cc()
, var_cc()
, cov_cc()
, cor_cc()
, sd_cc()
,
weighted.mean_cc()
, quantile_cc()
, IQR_cc()
, mad_cc()
,
rowSums_cc()
, colSums_cc()
, rowMeans_cc()
, colMeans_cc()
) that set
default argument to standard base/stats functions for only calculating on
complete cases.get_os()
, is.os_mac
, is.os_win
, is.os_lnx
, and is.os_unx
helper
functions to quickly determine operating system.is_txt_file()
, is_csv_file()
, is_excel_file()
, is_r_file()
,
is_rdata_file()
, is_rda_file()
, is_spss_file()
, and check_ext_against()
functions to quickly determine if file has specific file extensions.is.R_Revo()
and is.RStudio()
functions to determine whether Revolution
R and RStudio are installed.n_unique()
function to count unique items and n_unique_cc()
version
for complete cases.is.constant()
and is.binary()
functions to indicate whether a vector
is constant (contains only ONE value type, ignoring NA) or binary (contains
at most TWO value types, ignoring NA).get_most_frequent()
function to get most frequent thing(s) in x.get_most_frequent_word()
function to get most frequent word from string. get_nth_word()
function to get nth word from stringas.class()
pipe-able function for arbitrary class conversionspaste_()
is the same as paste0
but uses an underscore to separatecat0()
is analogous to paste0
but for catcatN()
is the same as cat0
but automatically inserts a new line after the catpaste_series()
paste a series of things with a conjunctionpaste_oxford()
shortcut for paste_series
as oxford commaAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.