load_csv_data: Open a dialog to select a csv data file

View source: R/load_csv_data.R

load_csv_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 csv 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_csv_data()

Examples

## Not run: 

df = load_csv_data()

## End(Not run)


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