-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bumb to provide sample data so that the vignette builds succe…
…ssfuly even when the api call fals for any reason.
- Loading branch information
Showing
6 changed files
with
54 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#' Sample data from the Windsor API. | ||
#' | ||
#' A dataset containing sample gooole and facebook ads data | ||
#' fetched from windsor.ai API. See more at: https://www.windsor.ai/api-fields/ | ||
#' | ||
#' @format A data frame with 1677 rows and 6 variables: | ||
#' \describe{ | ||
#' \item{data.campaign}{name of the campaign} | ||
#' \item{data.clicks}{number of clicks} | ||
#' \item{data.spend}{spend data} | ||
#' \item{data.medium}{the type of referals} | ||
#' \item{data.source}{source of the data (google, facebook, etc.)} | ||
#' \item{googlesheets}{googlesheets id} | ||
#' } | ||
#' @source \url{http://www.windsor.ai/} | ||
"my_data" |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters