Code
recycle_common(a = 1:2, size = 3)
Condition
Error:
! Cannot recycle `a` to length 3.
Code
recycle_common(a = 1:2, b = 1:3)
Condition
Error:
! Cannot recycle `a` and `b` to a common size.
Code
recycle_common(a = 1:2, b = 1:3, size = 3)
Condition
Error:
! Cannot recycle `a` to length 3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.