Screenshot by ifelse on Steam.
Screenshot by ifelse on Steam.
(tried to run an ifelse() statement on a dataframe with 180 million rows, turns out that is not advised)
(tried to run an ifelse() statement on a dataframe with 180 million rows, turns out that is not advised)
вот кто я
вот кто я
if sigo
pode ver minhas postagens
ifelse
NÃO vai ver
if sigo
pode ver minhas postagens
ifelse
NÃO vai ver
- “Nested ifelse() builds character”
- "attach() gets a bad rap"
- "setwd() isn't that bad"
- "Excel is underrated"
- “Nested ifelse() builds character”
- "attach() gets a bad rap"
- "setwd() isn't that bad"
- "Excel is underrated"
Please send help (and probably more round brackets)
#rstats
Please send help (and probably more round brackets)
#rstats
tpointtech.wordpress.com/2025/06/05/h...
#ifelsecpp #c++ifelse
tpointtech.wordpress.com/2025/06/05/h...
#ifelsecpp #c++ifelse
You're welcome.
na.vibe.check <- function(x){
ifelse(table(is.na(x))["TRUE"]>0,
browseURL("https://tinyurl.com/muhjvec6"),
print("all good"))
}
You're welcome.
na.vibe.check <- function(x){
ifelse(table(is.na(x))["TRUE"]>0,
browseURL("https://tinyurl.com/muhjvec6"),
print("all good"))
}
www.youtube.com/watch?v=JCUZ... #gamedev #indiedev #leadwerks #roblox #unity3d #unrealengine #godotengine
www.youtube.com/watch?v=JCUZ... #gamedev #indiedev #leadwerks #roblox #unity3d #unrealengine #godotengine
is this anything
is this anything
mmfcomic.com/voyages/
mmfcomic.com/voyages/
```r
`/` <- function(x, y) {
ifelse(y == 0, NA_real_, base::`/`(x, y))
}
```
or to be complient and not break code that may be using the `/` ' s definition
```r
`%/%` <- function(x, y) {
ifelse(y == 0, NA_real_, x / y)
}
```
and enjoy
```r
10 %/% 0
```
```r
`/` <- function(x, y) {
ifelse(y == 0, NA_real_, base::`/`(x, y))
}
```
or to be complient and not break code that may be using the `/` ' s definition
```r
`%/%` <- function(x, y) {
ifelse(y == 0, NA_real_, x / y)
}
```
and enjoy
```r
10 %/% 0
```