chooseFiles: Allow the user to navigate to files manually.

Description Usage Value Examples

View source: R/importPatentData.R

Description

Uses a popup window (Tk file dialog) to allow the user to choose a list of zero or more files interactively.

Usage

1

Value

A list of character vectors with absolute pathnames to files.

Examples

1
2
3
4
5
## Not run: 
filePaths <- chooseFiles()
allData <- importPatentData(filePaths)

## End(Not run)

kamilien1/patentr documentation built on May 20, 2019, 7:19 a.m.