Description Usage Arguments Details Value Examples
read_dir
Reads all files with specified extension(s) from a directory.
1 |
path |
A string to a windows directory. |
type |
A vector of strings containing file extensions. |
Files types currently supported include .csv, .xlsx and .txt. All .txt files will be read as csv files.
A list of objects read from path
.
1 | read_dir("P:/Knowledge/Data Resources/Microdata/GSS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.