Building views with R
In database theory, a view is a table that actively depend on a data frame and on a query on it, so that if you change something in the data frame, the view will change accordingly. To have something similar to a view in R here we propose the ‘%____%’ operator, ... [Read more...]