The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
default
or .default
(#5).default
into account when determining the class of
output (#5).NA
s and FALSE
s with no
TRUE
s.plu
functions (#4).*_case()
would return NULL
if no conditions were TRUE
.tibble
to suggested packages.*_case_fct()
family of functions
*_case()
equivalents, but
return factorsin_case_fct(x < 10 ~ "Low", x < 20 ~ "Medium", default = "High")
returns a factor with levels "Low"
, "Medium"
,
and "High"
.*_case_list()
family
*_case()
equivalents, but
return listscondition
in if_case()
never takes one
of the three logical values, the corresponding output is not
evaluated.if_case()
no longer produces an error if
condition
is only NA
.stats
.grep_case()
which works similarly to
switch_case()
but uses pattern matching instead of exact
matching.fn_case()
which applies a function to the input
and each formula’s left-hand side to create the logical vectors used by
in_case()
.fn_switch_case()
which applies a function to the
left-hand side of each formula to create the vectors used by
switch_case()
.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.