| size | R Documentation |
Specify how many documents to return
size(.data, size) from(.data, from)
.data |
Input |
size |
(numeric) number of documents to return |
## Not run:
index("gbif") %>% size(1)
index("gbif") %>% size(0)
index("gbif") %>% size(300)
index("gbif") %>% size(1)
index("gbif") %>% size(1) %>% from(1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.