This function displays the welcome page of Declassification Engine API.

declass_welcome(return_type = "string")

Arguments

return_type

The format of content displayed, in string or html

Value

The content of welcome page, in either string or html format.

Examples

declass_welcome("html")
#> {xml_document} #> <html> #> [1] <body><p>Welcome to the Declassification Engine REST API</p></body>
declass_welcome("string")
#> [1] "Welcome to the Declassification Engine REST API"