Hello -
Hopefully the support on this forum is still active?
I am using the SafeGraphR package to begin some research on weekly pattern data. Following along with the SafeGraphR documentation, I have this code:
core.data <- read.csv("core-data.csv")
data.patterns <- list.files(pattern = ".csv", recursive = FALSE)
visits.by.day <- read_many_patterns(filelist = data.patterns,
by = "placekey", expand_int = "visits_by_day")
However, I am getting the following error I can absolutely not figure out what is causing it to happen:
Error: parse error: premature EOF
(right here) ------^
Any help would be greatly appreciated!