jonthegeek / stbl

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

to_lgl() #21

Closed jonthegeek closed 1 year ago

jonthegeek commented 1 year ago

Add to_lgl().

jonthegeek commented 1 year ago

Also make a dummy internal version of this that can be used by other functions within this package (including by this function). Can it work for it to call itself?

jonthegeek commented 1 year ago

Additional to_lgl.int() options split off into #29.

jonthegeek commented 1 year ago

to_lgl.character() optoins split into #30.

jonthegeek commented 1 year ago

to_lgl.double() options in #31.