%0% | R Documentation |
Use this inline operator when you need to provide a default value for
empty (as defined by vec_is_empty()
) vectors.
x %0% y
x |
A vector |
y |
Value to use if |
1:10 %0% 5
integer() %0% 5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.