Posts by Fabiano Meira • 59 points
2 posts
-
5
votes2
answers1524
viewsQ: Change <Chr> to number in R
My dear, I am trying to convert the data of columns 4 and 5 to number, but you are giving this error. Any suggestions? Thanks in advance! library(tidyverse) dadosarrumados <- data_frame( Região =…
rasked Fabiano Meira 59 -
0
votes1
answer145
viewsQ: Import table in R without names (skip line did not work)
I’m trying to import some data into R, but no matter what I do, there’s always a row with column names (row information I want to skip). This is the table: However, in R, even skipping the first…