Hello
Have just begun with R Studio in Cloud. While I uploaded a data file from my laptop I am not able to import it in R. Getting the following message
library("tidyverse")
library("readxl")
brooklyn <- read_excel("rollingsales_brooklyn(1).xls", skip = 4)
getwd()
Error: path
does not exist: ‘rollingsales_brooklyn(1).xls’
Please help
Thanks
SHRINIVAS