nsr_core {NSR} | R Documentation |
Internal function for handling accessing the API,data formatting, and errors
nsr_core(
url = "https://nsrapi.xyz/nsr_wsb.php",
mode,
data_json = NULL,
batches = NULL,
skip_internet_check = FALSE
)
url |
Server URL to use. Defaults to the stable production version |
mode |
API mode to use. One of "collaborators", |
data_json |
Either NULL (the default) or properly formatted json |
batches |
NULL or Numeric. Optional number of batches to divide the request into for parallel processing. |