Package: vvtableau Type: Package Title: R Interface for 'Tableau' Services Version: 0.7.0 Authors@R: c(person(given = "Tomer", family = "Iwan", role = c("aut", "cre"), email = "t.iwan@vu.nl" ), person(given = "Ruben", family = "Korvinus", role = "ctb" ), person(given = "Jorn", family = "Amatdoelrasit", role = "ctb" ), person(given = "VU Analytics", role = "cph" )) Description: Provides an R interface for interacting with the 'Tableau' Server. It allows users to perform various operations such as publishing workbooks, refreshing data extracts, and managing users using the 'Tableau' REST API (see for details). Additionally, it includes functions to perform manipulations on local 'Tableau' workbooks. URL: https://github.com/vusaverse/vvtableau, https://vusaverse.github.io/vvtableau/ License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 Imports: data.table, dplyr, httr, jsonlite, magrittr, purrr, stringr, tidyr, XML, xml2 Suggests: knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://vusaverse.r-universe.dev Date/Publication: 2025-07-18 06:28:24 UTC RemoteUrl: https://github.com/vusaverse/vvtableau RemoteRef: HEAD RemoteSha: 1a6995d109acb69dbe5e19c6bd3d6a781ecafa8b NeedsCompilation: no Packaged: 2026-06-13 09:22:06 UTC; root Author: Tomer Iwan [aut, cre], Ruben Korvinus [ctb], Jorn Amatdoelrasit [ctb], VU Analytics [cph] Maintainer: Tomer Iwan