Emiliano Moreno M.
Emiliano Moreno M.
Hi! I'm currently having some issues on type inferencing for columns that have a large amounts of codes with pure numeric characters an a very few that include a alpha...
#### Describe the documentation issue Hi. I´m using the library to find association rules in a dataset. In order to do that, I´m passing the output of the three algorithms...
It would be great to have R support! R langguage server for VS Code : [Link](https://marketplace.visualstudio.com/items?itemName=REditorSupport.r)
Hi! Recently I've been using docker containers locally to develop shiny apps. I have one that connects to a Azure storage account. When running R installed on my systems, I...
### Description When converting a ggplot2 plot to plotly using `ggplotly()`, the legend position specified in `theme(legend.position=...)` is not preserved in the resulting plotly graph. This requires additional layout configuration...
## Description Currently plotly does no support labels created with `ggrepel::geom_text_repel`. ## Feature requested It is possible to make ggplotly compatible with labels generated with `ggrepel` package?
Hello Everyone. When using sparklyr inside a databricks cluster, it is possible somehow to support reading a table like this? ```{r} library(sparklyr) # Initialize spark here # ... # Read...
**Describe the bug** Hi. Just wanted to report that my previously working code started to fail since `future 1.67`. The code runs inside a databricks scheduled job that pulls the...
Hi. I am trying to append to a table, but since the table do not exists in the first iteration of the process (say it is a daily process), it...