Use the mntableau
package to streamline API calls to MN state Tableau servers.
- Python installed with tableauserverclient and package installed
- Set Python interpreter in RStudio
- arrow package is optional but required to use publish_data_frame()
To install mntableau
:
# First install the 'remotes' package
install.packages("remotes")
# Now you can install mntableau from github
remotes::install_github("tidy-MN/mntableau")