| bang | R Documentation |
A wrapper function for !.
bang(x)
x |
a logical object |
a logical object
# load the data
data(nhanes)
# check whether values of smq020 are not missing
nhanes$smq020 |> is.na() |> bang()
# check whether values of smq020 are not missing
nhanes |> dollar(smq020) |> is.na() |> bang()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.