AbstractSectorialSearchOptions | R Documentation |
AbstractSectorialSearchOptions
is an R6 class that defines the set of
options common to all types of sectorial searches in nitro
.
buffer
A logical value indicating whether to use an independent
slack
An integer value indicating the percentage to increase the available memory during searches.
new()
AbstractSectorialSearchOptions$new(buffer = TRUE, slack = 0)
buffer
A logical value indicating whether to use an independent
slack
An integer value indicating the percentage to increase the available memory during searches.
clone()
The objects of this class are cloneable with this method.
AbstractSectorialSearchOptions$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.