as.data.frame.connect_list_hits | R Documentation |
Converts an object returned by get_usage()
into a data frame with parsed
column types. By default, extracts path
and user_agent
from the data
field, if available.
## S3 method for class 'connect_list_hits'
as.data.frame(x, row.names = NULL, optional = FALSE, ..., unnest = TRUE)
x |
A |
row.names |
Passed to |
optional |
Passed to |
... |
Passed to |
unnest |
Logical; if |
A data.frame
with one row per usage record.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.