1. What is SDMX?
SDMX stands for Statistical Data and Metadata Exchange-the electronic exchange of statistical information. Its goal is to explore e-standards that could allow us to gain efficiency and avoid duplication of effort in our own work and possibly in the work of others in the field of statistical information.
Author: grant
What the difference between .Golbalenv and package:base in R?
What the difference between .Golbalenv and package:base?
Put simply,
.GlobalEnv stores objects you create
package:base contains functions and objects provided by R itself
21 R navigation tools
Here via r-bloggers.
Nice overview worth a read.
A guide on setting up C/C++ development environment for Emacs
Shiny for R
A web application framework for R
Turn your analyses into interactive web applications
No HTML, CSS, or JavaScript knowledge required
— Via the homepage
Wait a bit until getting aggressive about error handling in R
You might want to handle all unexpected situations in your code doing something like options(error=recover)
and options(warn=2)
in your .Rprofile
. That is a good thing.
Just be sure to do it after your system is initialized, because if you don’t then you are sure to kill your startup!
save() vs saveRDS() in R
saveRDS()
is an easy way to save the definition of a single unnamed object in R.
Good to know. Via fromthebottomoftheheap
How to generate a random number in R
How to generate a random number in R has a handful of nice examples.
help('$') in R
The R documentation is concise and rich. Documentation on $
is one example of those properties. The examples teach so much more than the few lines of space that they take up! The best practices advised and detailed explanations in the commentary make this literature required reading.
The ultimate form of travel
Truck camper magazine
The ultimate form of travel, and maybe even living.