Description Usage Arguments Value Examples
View source: R/col_translations.R
Find a columns comments
1 | find_comments(.data, ...)
|
.data |
A data frame created by read_act |
... |
One or more unquoted expressions seperated by commas. |
A data frame with a new column named commentText which has the text of the comments
1 2 | df <- readACT(filepath, scores_only = F)
df_with comments <- find_comments(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.