Description Usage Arguments Value Note Author(s) References Examples
Uses awk to convert a fixed-width file to a CSV based on stacks of whitespace.
1 |
infile |
The input file. Can also be |
toDF |
Logical. Should the file be read in while we are at it? Defaults
to |
... |
Other arguments to be passed to |
A vector or a data.frame
, depending on the value in toDF
.
Only tested on Linux.
Ananda Mahto and Ed Morton.
http://stackoverflow.com/q/30868600/1270695
1 2 3 4 5 6 7 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.