cdsrestodf | R Documentation |
cdsearchr
internal function that takes the HTML-formatted results from
cdsretrieve
and converts it into a base::data.frame
using
data.table::fread
.
cdsrestodf(content, rowstoskip = 7, sep = "\t")
content |
( |
rowstoskip |
(numeric, mandatory) the response contains header rows for the results table. These need to be skipped. This indicates how many such rows there are. |
sep |
(character, mandatory) separator symbol delineating successive rows of the results table. |
A base::data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.