Skip to content

Commit

Permalink
add: note to function description on API limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
tin900 committed Mar 7, 2024
1 parent 3a5c580 commit d50e5f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/download_tableau_crosstab_excel.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#' @return NULL
#' @family Tableau REST API
#'
#' @note If a crosstab is exported from a dashboard, data from only the first view in the dashboard will appear in the .xlsx file.
#' Downloads of data from story dashboards are not supported at this time.
#'
#' @export
download_tableau_crosstab_excel <- function(tableau, view_id, path_to_save, api_version = 3.16) {
base_url <- tableau$base_url
Expand Down
4 changes: 4 additions & 0 deletions man/download_tableau_crosstab_excel.Rd

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

0 comments on commit d50e5f1

Please sign in to comment.