Code Monkey home page Code Monkey logo

vvtableau's Introduction

vvtableau

CodeFactor R-CMD-check CRAN status The diffify page for the R package vvtableau CRAN last month downloads CRAN last month downloads

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:

devtools::install_github("vusaverse/vvtableau")
library(vvtableau)

The package is also available on CRAN:

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.

vvtableau's People

Contributors

tin900 avatar tomeriko96 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

vvtableau's Issues

Add "page_number" as an argument for functions where "page_size" is already an argument

It would be great to be able to paginate through functions such as get_server_views where I might have more than 1000 views on my Tableau Server and want to be able to identify all views for use in other vvtableau functions. Could you add page_number as an argument in these functions? Thanks! This is a super great package that we will definitely be taking advantage of at my company.

authenticate_PAT() function not showing up in package namespace

It seems that the authenticate_PAT function that shows up in the package documentation website does not exist when I try to use it locally when downloading the most recent version of vvtableau. Just a heads up. Thanks again for this great package! Really useful stuff.

Pulling Specific Sheet Data from Dashboards

Hi! I have been using the get_server_views function to identify the IDs of views that I would like to download with the download_tableau_crosstab_excel function. However, if the sheetType equals "dashboard", I have had challenges downloading the correct view data since the dashboard is composed of multiple sheets. Insight into how to go about downloading data from a dashboard view that has multiple sheets would be greatly appreciated! Thanks!

authenticate_pat with SSO

Using vvtableau (first time)

authenticate_PAT with valid pat_name and pat_secret

base_url must be correct, getting final error message:

Error: lexical error: invalid char in json text.
<!doctype html><html xmlns:ng="
(right here) ------^

which I suspect is the call for the SSO sign-in screen.

Any known workarounds? Can't see anything in the code to resolve it.

authenticate_server() error

Hi there,
Just trying out this package.
I run into the following error when I use vvtableau::authenticate_server()

Error: lexical error: invalid char in json text. <!doctype html><html xmlns:ng=" (right here) ------^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.