Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.9%) to scientific vocabulary
Keywords
Repository
Functions to communicate with Tableau services
Basic Info
- Host: GitHub
- Owner: vusaverse
- License: other
- Language: R
- Default Branch: main
- Homepage: https://vusaverse.github.io/vvtableau/
- Size: 5.37 MB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 6
- Releases: 3
Topics
Metadata Files
README.md
vvtableau 
Call for New Maintainer
[!IMPORTANT] Due to a strategic transition from Tableau to Power BI at my workplace, I can no longer maintain this package. If you're interested in taking over maintenance or co-maintaining, please refer to pinned issue #12.
The vvtableau package is an R interface for interacting with Tableau Server using the Tableau REST API. It provides a convenient way to automate Tableau tasks, such as publishing workbooks, refreshing data extracts, managing users and groups, and retrieving information about server objects directly from R. Additionally, it includes functions to download filtered views, workbooks, and export them to different formats like PDF and PowerPoint.
Furthermore, methods are included to interact with Tableau desktop. These methods allow you to retrieve information from workbooks and to change them.
Features
To see which functions are available in which section based on the Tableau REST API, helper functions, and functions that work with local Tableau workbooks using XML structure, please refer to the reference page of the vvtableau package. The reference page provides a comprehensive list of functions available in the package, organized by category.
Additionally, the package includes vignettes that provide more detailed information on how to use the functions in the package.
Installation
You can install the tableauR package from GitHub using the devtools package:
{r}
devtools::install_github("vusaverse/vvtableau")
library(vvtableau)
The package is also available on CRAN:
{r}
install.packages("vvtableau")
library(vvtableau)
Contributing
Contributions to vvtableau are welcome! If you encounter any bugs, have feature requests, or would like to contribute code improvements, please open an issue or submit a pull request on the GitHub repository.
Owner
- Name: vusaverse
- Login: vusaverse
- Kind: organization
- Location: Netherlands
- Repositories: 2
- Profile: https://github.com/vusaverse
The vusaverse is a collection of R packages in the scope of Student Analytics.
GitHub Events
Total
- Watch event: 1
- Delete event: 1
- Issue comment event: 4
- Push event: 3
- Pull request review event: 1
Last Year
- Watch event: 1
- Delete event: 1
- Issue comment event: 4
- Push event: 3
- Pull request review event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 10
- Total pull requests: 5
- Average time to close issues: 22 days
- Average time to close pull requests: about 5 hours
- Total issue authors: 7
- Total pull request authors: 3
- Average comments per issue: 3.8
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 3
- Average time to close issues: about 14 hours
- Average time to close pull requests: about 14 hours
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- chasebinns27 (2)
- benjaminrobinson (2)
- tin900 (2)
- Chicago-Dave (1)
- Tomeriko96 (1)
- Tadge-Analytics (1)
- tkr231 (1)
Pull Request Authors
- tin900 (2)
- JornGitHub (2)
- Copilot (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 180 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
- Total maintainers: 1
cran.r-project.org: vvtableau
R Interface for 'Tableau' Services
- Homepage: https://github.com/vusaverse/vvtableau
- Documentation: http://cran.r-project.org/web/packages/vvtableau/vvtableau.pdf
- License: MIT + file LICENSE
-
Latest release: 0.7.0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- XML * imports
- data.table * imports
- dplyr * imports
- httr * imports
- jsonlite * imports
- magrittr * imports
- purrr * imports
- stringr * imports
- tidyr * imports
- xml2 * imports
- knitr * suggests
- rmarkdown * suggests