Skip to contents

This function prompts the user to select a file and inserts R code for reading the file based on the selected path. The code is inserted into the RStudio editor.

Usage

insert_filepath_code()

Examples

if (FALSE) { # \dontrun{
insert_filepath_code()
} # }