-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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 = "[email protected]"
),
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 <https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm> 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
LazyData: true
RoxygenNote: 7.3.2
Imports:
data.table,
dplyr,
httr,
jsonlite,
magrittr,
purrr,
stringr,
tidyr,
XML,
xml2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr