Here, in the spirit of my “Experiments with by_row()” post, are some experiments…
The data for our economic model comes from records representing
the income and expenditure…
In my last post, I explained how
tribbles make it easy to write data…
One out of quite a lot of confusing things about R is that…
I’ve just finished a slideshow about a preliminary translation of a simulation of…
I’ve been experimenting with by_row() from the R purrrlyr package. It’s a function…
There’s a lot to be said for tribbles.
As Hadley Wickham says in the
“Tibbles”…
Consider this tibble:
vat_rates <- tribble( ~l1, ~l2 …
I keep doing experiments with R to discover whether it
does what I think…
In my last post about R,
I said I was translating an economic model
from…