get_janes_xml: get_janes_xml

Description Usage Arguments Value

View source: R/get_janes_xml.R

Description

Pulls Janes data as a xml file for all endpoints.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
get_janes_xml(
  country = NULL,
  branch = NULL,
  type = NULL,
  operator_force = NULL,
  query = NULL,
  environment = NULL,
  endpoint = NULL,
  jdet_only = FALSE,
  docs = TRUE,
  pics = FALSE,
  sat = FALSE,
  post_date = NULL
)

Arguments

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 either "news" or "references"

jdet_only

True/False - Filter by only Janes Defence Equipment and Technology docs

docs

True/False - Include XML documents or not

pics

True/False - Include images or not

sat

True/False - Filter by satellite imagery analysis articles

Value

Janes data in xml format.


cgpeltier/janes documentation built on Dec. 19, 2021, 2:58 p.m.