Skip to content

Commit ee7647b

Browse files
authored
Update data_review.Rmd
1 parent 57a1120 commit ee7647b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/data_review.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The `review` parameter is itself divided into four subfields:
7878
- `id_vars`: `[character(n)]` Immutable variables that uniquely identify each record for a given domain. For example, in the case of the demographics domain, the **U**nique **SUBJ**ect **ID**entifier is enough. In the case of the adverse events domain, both USUBJID and the **A**dverse **E**vent **SEQ**uence number are necessary.
7979
- `tracked_vars`: `[character(3+)]` Variables to track across dataset updates. If the contents of one of this columns changes on an already reviewed row, that review will be marked as potentially outdated. This vector should list at least three variables.
8080
- `choices`: `[character(n)]` Review choices available to assign to each listing row.
81-
- `roles`: `[character(n)]` Names of reviewer roles.
81+
- `roles`: `[character(n)]` Names of reviewer roles. These names can only include the following characters: alphanumerical, space, dot, underscore and dash.
8282
- `store_path`: `[character(1)]` Optional. If specified, files associated to the review process will be stored on this path on the server. If left unspecified, those files will be stored on a folder of the _client_'s computer. The users of the app will have the opportunity to choose the path when they launch it.
8383

8484
## Storage of review-related files

0 commit comments

Comments
 (0)