Some Questions About R
Posted on Oct 20, 2013 in Software
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **
- rstudio server, read.table('clipboard') does not work (clipboard not due to server ...) this is a probablem of vimperator, not rstudio ...
Rcpp
-
how to perserve C++ object after C++ function terminates when using Rcpp?
-
is it possible to capture c++ output in rcpp?
-
is RNGScope thread safe?
-
because with RcppArmadillo, subview, matrix ...
-
is there a way to check whether an Rcpp compiled object is valid?
-
Rcpp Module mustStart=T?
-
how to keep an C++ object after c++ function is terminated? use pointer?
-
do.call('&', list(j1)) is not as expected, the best way to this? do.call('|', list(j1, j2))
Misc
- sometimes
values = setdiff(values, "")
andvalues = values[values!=""]
are exchangeable, but which is better? I guess the latter one is faster, check this ...
Calls
-
is it possible to pass argument by ref? even so, you'd be careful!
-
how to parse R code to extract function definitions? It seems that peperr::extract.fun can do this partially