Description Usage Arguments Value
Reads PatentsView .tsv files and saves them to .rds (also optional in batches)
1 2 3 |
file |
File name (.tsv is expected) |
dir |
Directory where the file is. Default is in working directory "patview-tsv" |
dir.rds |
Where to save. Default is in working directory "patview-rds" |
batch.lines |
How many lines is to read in one batch (10^7 is recomended). The default is 0, meanning that reading will be done in one batch as a single file. |
file.lines |
Length of the .tsv file. The default is 0. If is is not changed and batch.lines is specified then it will try to calculate it with grep. |
return.table |
Returns table if TRUE. Default is FALSE in which case returns list of saved files. Works only for batch.lines = 0 |
compress.rds |
Should .rds be compressed. Default is FALSE |
Saved file(s) path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.