loading...

Give a comprehensive list of the SciViews functions (ending with _ and similar to their dplyr or tidyr equivalents). There are two major differences from the original dplyr and tidyr functions: (1) the data-dot mechanism replaces . as .data= in case it is not provided, and (2) they use a formula-masking mechanism instead of data-masking or tidy-select. In this case, you can either use standard evaluation, specifying df$var like for many base R function, of a formula, like ~var.

list_sciviews_functions()