Posts by Lucca Nielsen • 55 points
5 posts
-
0
votes1
answer22
viewsQ: How to use graphs built by the ggplot function on a Shiny DASHBOARD
I have some graphics ready generated by the ggplot package and am trying to build a Rdashboard Shiny and take advantage of these visual products. However, it is being much more complicated than I…
-
-2
votes1
answer69
viewsQ: How to turn all values of a data.frame into numeric?
I imported a database into R and when executing t() function to transpose rows and columns, all values that should be numerical were transformed into factor! How could I turn all the values of all…
rasked Lucca Nielsen 55 -
3
votes1
answer60
viewsQ: How do I create a list to save countless Numbers generated by my function in R?
Good evening dear friends! I created a script that generates several age pyramids simultaneously. In this case, the great advantage is to generate hundreds, or even thousands of pyramids in a few…
-
0
votes1
answer68
viewsQ: How to store the results of a function in a data.frame?
Good afternoon I am using the R to make a temporal analysis of the Infant Mortality Coefficients (IMR) of each Administrative District (n = 93) of São Paulo between 2013 and 2019 The base table I am…
-
2
votes1
answer48
viewsQ: Function to create charts per column
I’m using this code to plot age pyramids: p_etarias <- read.csv(file "C:\\Users\\User\\Desktop\\DemandasCEInfo\\20200327_CNSAÚDE\\Piramides\\R\\p_etarias.csv", sep = ";",dec = ",", header = TRUE)…