Skip to content

Error in fromJSON(json_str = x) : unexpected escaped character '\d' at pos 2 #26

@kaegeh

Description

@kaegeh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions