Questions tagged as 'rstudio'

3
answers

Aggregate function in R

Good afternoon. I'm using the aggregate function to group some data. However, I'm only using one variable to add. I would like to use more than one variable. It is possible? I'm using the following example: TESTE = aggregate(VALOR ~ REF...
asked by 05.12.2017 / 18:03
0
answers

Conversion to factor - Language R

I'm importing a database into RStudio and need to convert one of the variables to factor . However one of the levels is a word that contains the letter ç . When performing the conversion, the level is not recognized and is trans...
asked by 13.04.2017 / 17:38
1
answer

Error trying to save script in R

When I try to save my script, the error message appears as per the image. How do I resolve this issue?     
asked by 02.01.2018 / 17:44
1
answer

how to calculate the average of only one part of a Rstudio column

I have separated only one part of a column, I can not work with this data, I can only see it separately. Can someone help me?!     
asked by 03.02.2018 / 18:09
1
answer

The graph does not appear when I put the shiny to rotate

I have this code for a shiny application. Apparently there is no error in the code and when I select only the graph I can plot, but when I put it to run the graph does not appear. cat(getwd()) library(shiny) library(leaflet) library(tidyverse)...
asked by 10.06.2018 / 21:27
1
answer

Change the column type in Data in R Studio

I would like to know where I can get a data modeling material in R Studio ... I need to modify some columns, changing from text to value, for example, but I do not know which command to use. Could someone tell me some material? or support sit...
asked by 01.04.2018 / 18:43