jonthegeek / stbl

Stabilize Function Arguments
https://jonthegeek.github.io/stbl/
Other
14 stars 0 forks source link

stabilize_x_scalar1? #57

Closed jonthegeek closed 10 months ago

jonthegeek commented 10 months ago

Consider exporting functions that are effectively stabilize_x_scalar but with:

allow_null = FALSE,
allow_zero_length = FALSE,
allow_na = FALSE,

Ie, there has to actually be something there.

Used in: argument validation for apisguru, presumably any time an argument is a jsonschema "string" (super common).