Nothing
coalesce.na()
: dplyr::coalesce()
hms.to.seconds()
and seconds.to.hms()
: the hms packagelist.to.df()
, df.to.list()
, nlist()
and nc()
: the tibble packageofactor()
: forcats::fct_inorder()
sample.data.frame()
: dplyr::sample_n()
thisfile()
and others: the rprojroot packagetll()
: purrr::transpose()
vswitch()
: dplyr::recode()
setMissingNames()
test_examples()
in tests (#12, @jimhester).cut_format()
with ability to tweak label formatting, and more sensible defaults (#9).breaks
is an atomic value.list_to_df()
and df_to_list()
.vswitch
.thisfile()
.gdiff()
does not attempt to maintain class information, the called function is supposed to do this.gdiff()
accepts a factor as input.knitr::current_input()
(#6).ofactor
now uses ...
instead of explicit argument list (making it
compatible to R 2.15.3 and future versions of R), and accepts levels
argument (works like factor
then)New function thisfile
: Returns a guess for the path of the currently
executed script
Removed all dependencies to Rcpp
Removed useless Rcpp "Hello World" code
New function ofactor
: Creates a factor that maintains the order of levels
in the data
Remove functions tc
and tlist
, they're now part of the sweetnR package
New function tll
: Transposes a list of lists
sample.rows
hms.to.seconds
and seconds.to.hms
in_interval
nlist
coalesce.na
export
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.