powered by
Stop execution of current return expression in Match, then continue attempting to match conditions.
Match
fallthrough()
Object of class 'fallthrough'
# NOT RUN { Match( "abc", is.character -> { print("Found a character.") fallthrough() }, "abc" -> "start of the alphabet", . -> "found nothing" ) # }
Run the code above in your browser using DataLab