generate_subject_ids | R Documentation |
Provides sequential numbered subject IDs for a specified number of subjects.
generate_subject_ids(n_subjects, prefix = "S")
n_subjects |
The number of subjects. |
prefix |
The prefix of the IDs. "S" by default. |
A character vector of length n_subjects
.
generate_subject_ids(100) generate_subject_ids(20, "subj-")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.