View source: R/load_text_data.R
load_text_data | R Documentation |
This function opens a file selection dialog and allows user to select a file. Any file can be selected, but only .txt files will be accepted. The working directory will also be set to the folder that contains the selected file. The working directory is the directory where the R session looks for data files or saves the results.
load_text_data()
## Not run:
df = load_text_data()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.