rstudio / plumbertableau

R package for creating Plumber APIs that function as Tableau Analytics Extensions
https://rstudio.github.io/plumbertableau/
Other
30 stars 1 forks source link

Improve experience for mocking Tableau requests #51

Open blairj09 opened 3 years ago

blairj09 commented 3 years ago

Currently, R developers need to stop running the extension in their existing R session, then use mock_tableau_request() to generate a mock request, copy the output, restart the extension, then input the copied output from mock_tableau_request(). This process is clunky and unintuitive.

Alternatives: