openapi-generator/docs/generators/r.md
Jim Schubert 644f720db8
[docs] Sorted doc outputs and clean up duplicated CliOptions (#5046)
* [config-help] Sort all outputs

* Remove old/stale generator docs (these have been renamed previously)

* Sort config doc outputs, making it easier to find relevant info

* Fixes cliOptions duplicates

Erlang client/proper improperly set the version option as packageName
(causing duplicate for packageName).

The java and swift option removals are because the options are added in
parent classes, resulting in duplication of the options.

* Add --github-nested-index for generating docs/generators/README.md

* 📝 Regenerate generator docs
2020-01-19 20:19:11 -05:00

1.5 KiB

title sidebar_label
Config Options for r r
Option Description Values Default
exceptionPackage Specify the exception handling package
default
Use stop() for raising exceptions.
rlang
Use rlang package for exceptions.
default
hideGenerationTimestamp Hides the generation timestamp when files are generated. true
packageName R package name (convention: lowercase). openapi
packageVersion R package version. 1.0.0
returnExceptionOnFailure Throw an exception on non success response codes false

IMPORT MAPPING

Type/Alias Imports

INSTANTIATION TYPES

Type/Alias Instantiated By

LANGUAGE PRIMITIVES

  • character
  • data.frame
  • integer
  • numeric
  • object

RESERVED WORDS

  • apiresponse
  • break
  • else
  • false
  • for
  • function
  • if
  • in
  • inf
  • na
  • na_character_
  • na_complex_
  • na_integer_
  • na_real_
  • nan
  • next
  • null
  • repeat
  • true
  • while