as_tibble.connect_list_hits: Convert usage data to a tibble

View source: R/get.R

as_tibble.connect_list_hitsR Documentation

Convert usage data to a tibble

Description

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.


connectapi documentation built on Nov. 5, 2025, 7:32 p.m.