R Foundation/R Consortium
https://futureverse.org, https://mastodon.social/@henrikbengtsson
#RStats
That way it will be agile if you ever rename the function. But, it'll also allow you to do recursive calls in anonymous functions, which don't have names
That way it will be agile if you ever rename the function. But, it'll also allow you to do recursive calls in anonymous functions, which don't have names
"This is not suitable for use directly for the mc.cores argument of mclapply nor specifying the number of cores in make cluster"
"This is not suitable for use directly for the mc.cores argument of mclapply nor specifying the number of cores in make cluster"
You can worry about doing it 'git' CLI or RStudio later.
3/3
You can worry about doing it 'git' CLI or RStudio later.
3/3
2/
2/
1/
1/
Tweaked the calculation to something I had originally intended and included 3-letter endings only.
–arp is very Skåne
I like the distribution of the –red/–röd/–ryd endings, of the same origin
Code: github.com/borstell/maps
Tweaked the calculation to something I had originally intended and included 3-letter endings only.
–arp is very Skåne
I like the distribution of the –red/–röd/–ryd endings, of the same origin
Code: github.com/borstell/maps
Everyone folds their cardboard boxes before putting them in the recycle bin
Everyone folds their cardboard boxes before putting them in the recycle bin
-arp?
PS. Do you share your code for this somewhere?
-arp?
PS. Do you share your code for this somewhere?
x <- c("8", "10", "1", "40", "9A", "21A", "21B")
> gtools::mixedsort(x)
[1] "1" "8" "9A" "10" "21A" "21B" "40"
> gtools::mixedorder(x)
[1] 3 1 5 2 6 7 4
cran.r-project.org/package=gtools
#RStats
x <- c("8", "10", "1", "40", "9A", "21A", "21B")
> gtools::mixedsort(x)
[1] "1" "8" "9A" "10" "21A" "21B" "40"
> gtools::mixedorder(x)
[1] 3 1 5 2 6 7 4
cran.r-project.org/package=gtools
#RStats