Skip to content

Instantly share code, notes, and snippets.

View stemangiola's full-sized avatar

Stefano Mangiola stemangiola

View GitHub Profile
@stemangiola
stemangiola / tidy_extensions.R
Last active September 9, 2019 00:31
This is a collection of custom tidy functions
future::plan(future:::multiprocess)
do_and_return = function(tbl, code){
# Execute future
dummy = future::future(code())
# Return
tbl
}
@stemangiola
stemangiola / traceback_plus.R
Created November 14, 2018 04:19
better traceback
rlang::last_error()
@stemangiola
stemangiola / .gitignore
Last active June 6, 2019 01:36
List of functions for transcriptional data that are useful to use with tidy data
counts.csv