Skip to contents

Converts an object returned by get_usage() to a tibble via as.data.frame.connect_list_hits().

Usage

# S3 method for class 'connect_list_hits'
as_tibble(x, ...)

Arguments

x

A connect_list_hits object.

...

Passed to as.data.frame().

Value

A tibble with one row per usage record.