You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for awesome package. It appears that multiple_radio() returns NULL in case only one choice is defined as argument. See the example below. I would expect that multiple_radio() returns "A" in the following example:
Thanks for awesome package. It appears that
multiple_radio()
returnsNULL
in case only one choice is defined as argument. See the example below. I would expect thatmultiple_radio()
returns"A"
in the following example:A possible work around is the following, however
multiple_radio()
returning"A"
instead ofNULL
seems more obvious to me.The text was updated successfully, but these errors were encountered: