as_data_frame.harentry: Turns a "HAR"-like object into a data frame(tibble)

Description Usage Arguments Value

Description

Turns a "HAR"-like object into a data frame(tibble)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
as_data_frame.harentry(x, ...)

as_data_frame.harentries(x, ...)

as_data_frame.har(x, ...)

## S3 method for class 'har'
as.data.frame(x, ...)

## S3 method for class 'harentries'
as.data.frame(x, ...)

## S3 method for class 'harentry'
as.data.frame(x, ...)

Arguments

x

A harentry object

...

ignored

Value

data frame (tibble)


splashr documentation built on May 2, 2019, 2:22 p.m.