Hello R community, am new in R, but have a challenge in importing this CSV file, could you please help me where i could be maiking a mistake
library(tidyverse)
library(readr)
heights <- read_csv("heights.csv")
it brings this error message
Error in vec_as_location()
:
0s! ...
must be empty.
x Problematic argument:
- call = call
Runrlang::last_error()
to see where the error occurred.