I'd like to first state that i am just exploring the R programming language, and its intricacies. Right now I am trying to explore ch.07 of Data Driven Security and follow the code from the book. I'm completely stumped on an error and was wondering if anyone can please provide some kind insight on the matter.
library(ggplot2)
library(scales)
library(rjson)
library(devtools)
install_github("verisr", "jayjacobs", force = TRUE)
library(verisr)
jsondir <- ("C:/Users/Kxnice/ch07/data/vcdb/")
vcdb <- json2veris(jsondir)
Error in fromJSON(json_str = x) : unexpected escaped character '\d' at pos 2