Using tidyverse within DataSHIELD2 months ago
Overview | Install and load packages | Set up DSLite environment and log in. | Functions | Select | Subset columns by name | Specify columns to exclude | Specify a range of columns to keep | Combine multiple conditions with '&' | Combine multiple conditions with '|' | Rename | Mutate | Create columns which are transformations of existing variables: | Choose where the new columns are positioned in the data frame with .before and .after: | Only keep the newly created variables with .keep: | if_else | bind_rows | bind_cols | case_when | filter | Slice | Arrange | Grouping | distinct | Convert objects to tibbles
