Skip to content

Commit

Permalink
update doc, fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jul 2, 2018
1 parent 30a8695 commit c7d4a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/pkg.R
Expand Up @@ -182,7 +182,7 @@ ga_set_approval <- function(message, consent = FALSE){
#' @param event_category a character string of length 1 with the category of the event
#' @param event_action a character string of length 1 with the action of the event
#' @param event_label a character string of length 1 with the label of the event. This is optional.
#' @param event_value a character string of length 1 with the value of the event. This is optional.
#' @param event_value a integer of length 1 with the value of the event. This is optional.
#' @return invisibly the result of a call to \code{\link[curl]{curl_fetch_memory}} which sends the data to Google Analytics
#' or an object of try-error if the internet is not working
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/ga_collect_event.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7d4a9d

Please sign in to comment.