Skip to content

Commit 24f9dc3

Browse files
committed
fix doc problem
1 parent 66e61ef commit 24f9dc3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

R/get.R

+3-2
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,10 @@ get_usage_static <- function(
546546
#' (`23:59:59`) in the local time zone; if a date-time, used verbatim.
547547
#'
548548
#' @return A tibble with columns:
549-
#' * `content_guid`: The GUID of the content.
549+
#' * `id`: An identifier for the record.
550550
#' * `user_guid`: The GUID of logged-in visitors, NA for anonymous.
551-
#' * `time`: The time of the hit as `POSIXct`.
551+
#' * `content_guid`: The GUID of the content.
552+
#' * `timestamp`: The time of the hit as `POSIXct`.
552553
#' * `path`: The path of the hit. Not recorded for all content types.
553554
#' * `user_agent`: If available, the user agent string for the hit. Not
554555
#' available for all records.

R/parse.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ parse_connectapi <- function(data) {
120120
# + x_tidyr <- tidyr::unnest_wider(x_raw, data)
121121
# + )
122122
# > t_custom <- system.time(
123-
# + x_custom <- fast_unnest(x_raw, "data")
123+
# + x_custom <- fast_unnest_character(x_raw, "data")
124124
# + )
125125
# > identical(x_tidyr, x_custom)
126126
# [1] TRUE

man/get_usage.Rd

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)