Description Usage Arguments Value Examples
The package pass several commum arguments like read_csv for join multiples text files. You need pass a folder path. The function enters the specified folder and joins all files and returns an object in your R. workspace.
1 2 |
path |
String. A path file. |
pattern |
String. A pattern file like .txt or .csv. |
header |
Logical. TRUE if the file has a header collum. |
sep |
String. Set the separator character. ';' is default. |
dec |
String. Set the decimal indicator. ',' is default. |
quote |
Strig. the set of quoting characters. "\"" is dafault. |
enconding |
String. Set the file enconding. 'UTF-8' is default. |
A unique file from all files in join.
1 2 3 4 5 | ## Not run:
# Call the function with the path is needed.
#join_text(path='~/folder/, pattern='.txt', sep=',')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.