Initialize a document fetch query
1 2 3 4 5 6 7 | query_fetch(
con,
path = NULL,
max = 10,
size = 10000,
format = c("list", "xml", "file")
)
|
con |
A finder connection object from |
path |
An optional directory in which to place downloaded results
(required when |
max |
The maximum number of documents to fetch. Set to <0 to fetch
all. When fetching all it is a good idea to first fetch with only a few
documents and use |
size |
The number of documents to fetch in each batch (max is 10000). |
format |
One of "list", "xml", "file". In the case of "file",
The path to the file will be returned. In all other cases, an object
with the fetched data will be returned in the format specified. List
results are converted using |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.