You are here |
tibble.tidyverse.org | ||
| | | |
rdrr.io
|
|
| | | | Query a configuration parameter key, and return the value set in the calling package(s). | |
| | | |
purrr.tidyverse.org
|
|
| | | | These functions are variants of map() that iterate over two arguments at a time. | |
| | | |
dplyr.tidyverse.org
|
|
| | | | Select (and optionally rename) variables in a data frame, using a concise mini-language that makes it easy to refer to variables based on their name (e.g. a:f selects all columns from a on the left to f on the right) or type (e.g. where(is.numeric) selects all numeric columns). Overview of selection features Tidyverse selections implement a dialect of R where operators make it easy to select variables: : for selecting a range of consecutive variables. ! for taking the complement of a set of variables. & ... | |
| | | |
chelseatroy.com
|
|
| | Last week Aisha Blake hosted me for a conversation about computer science education, from designing an activity to a session to a course. Luckily, we got this recording, so you can watch it anytime! Here's that link to the recording again. Additional notes on what we covered: First, here is the "Designing a Course" blog... |