View source: R/server-rotations_to_cycle.R
rotations_to_cycle | R Documentation |
'rotations_to_cycle()' converts a string like '"4-2"' to a vector of 'TRUE'
and 'FALSE' values to pass to
schedule_by_cycle()
rotations_to_cycle(rotations)
rotations |
Character. A string of alternating numbers and dashes representing the "on" and "off" periods of a rotating schedule. This must contain an even number of numerals and dashes between each numeral (i.e. "4-2-3-3" is a valid input; "4-2-3" or "4 2 3" is not). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.