Description Usage Arguments Value
View source: R/get_janes_json.R
Pulls Janes data as a JSON file for all endpoints.
1 2 3 4 5 6 7 8 9 10 11 | get_janes_json(
country = NULL,
branch = NULL,
type = NULL,
operator_force = NULL,
query = NULL,
environment = NULL,
endpoint = c("inventories", "equipment", "orbats", "bases", "airports",
"countryrisks", "companies", "events", "equipmentrelationships", "references",
"samsites", "ewsites")
)
|
country |
Country filter for news |
branch |
Military branch |
type |
Depends on endpoint |
operator_force |
Operator force |
query |
Search term |
environment |
Of search, i.e. "Air" |
endpoint |
One of 6 options currently |
Janes data in JSON format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.