jlambvo
jlambvo
Is there any method to delete a row/column by name? Methods for other types of collections do not appear to work. Seems related to #89.
**Is your feature request related to a problem? Please describe.** The "gganimate" package allows a very simple way to generate animation frames for a ggplot2 with syntax like `ggplot() +...
With `ggplot2::geom_path`, setting `group = _y_` in the aesthetic mapping connects observations with the same value for _y_. For example, I am visualizing the paths taken by agents in a...
I'm using FST + data.tables to manage and analyze large panel data generated by simulation experiments. My tasks involve some cleaning and auxiliary variable creation from the original data. Due...
I understand that this package is soft deprecated but I am hoping for a quick clarification in the existing capabilities. I'm working with an FST + data.table workflow but with...