load_text_data: Open a dialog to select a csv data file

View source: R/load_text_data.R

load_text_dataR Documentation

Open a dialog to select a csv data file

Description

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.

Usage

load_text_data()

Examples

## Not run: 

df = load_text_data()

## End(Not run)


1moein/listentodata documentation built on Nov. 14, 2024, 5:35 p.m.