HARtools (version 0.0.5)

readHAR: Read HAR objects

Description

Read HAR objects

Usage

readHAR(har, ...)

Arguments

har
a string, list/URL or file containing JSON HAR data
...
addtional arguments

Value

returns a parsed HAR object

Examples

Run this code
har <- readHAR(system.file(package = "HARtools",
                        "exdata", "google.com.har"))

Run the code above in your browser using DataLab