We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to: #27
Access to the Data Import dialog, Spark connection dialog, and (future) DB connection dialogs would also be wonderful
The text was updated successfully, but these errors were encountered:
Alternatively, is it possible to access the connections history from a shiny app or gadget run in an Rstudio project?
Sorry, something went wrong.
Based on RStudio IDE Commands found here, one can use these to invoke the Import dialogs, though a file path cannot be specified...
rstudioapi::executeCommand("importDatasetFromCsvUsingBase") rstudioapi::executeCommand("importDatasetFromCsvUsingReadr") rstudioapi::executeCommand("importDatasetFromSAS") rstudioapi::executeCommand("importDatasetFromSAV") rstudioapi::executeCommand("importDatasetFromStata") rstudioapi::executeCommand("importDatasetFromXLS") # these don't appear to do anything # rstudioapi::executeCommand("importDatasetFromCsv") # rstudioapi::executeCommand("importDatasetFromFile") # rstudioapi::executeCommand("importDatasetFromURL")
No branches or pull requests
Related to: #27
Access to the Data Import dialog, Spark connection dialog, and (future) DB connection dialogs would also be wonderful
The text was updated successfully, but these errors were encountered: