rep_index {r4lineups} | R Documentation |
Rep index
Description
Helper function that repeats a number k times
Usage
rep_index(index, num)
Arguments
index |
Number to be repeated |
num |
Number of times to repeat index |
Details
Can be used to create vectors of lineup data
Examples
rep_index(1, 10)
[Package r4lineups version 0.1.1 Index]