Skip to content

Commit 1609a9b

Browse files
committed
fix doc problem
1 parent 66e61ef commit 1609a9b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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.

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)