Posts by Victor Sartor • 59 points
3 posts
-
3
votes1
answer86
viewsQ: How to make the output of the Kable() command appear in Rstudio Viewer?
I’m trying to get a Latex table with the knitr package R, but I’m not getting the output to appear on Rstudio Viewer. For example, when trying to convert head(mtcars): kable(mtcars, "latex") I get…
-
1
votes1
answer47
viewsQ: How to consolidate data set with dplyr?
Hello, I have a data set sinan18 that contains information about food outbreaks in Brazil. Formatting the original table - which is huge with dplyr, I arrived at the following result: >…
-
1
votes0
answers61
viewsQ: What is the best way to select and organize R data?
I have a project that consists of performing non-linear regressions to various data sets from different sources. After performing all these operations, I usually save the results in files. txt, so…