Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training tutorial suggestions #2

Open
21 tasks
critmcdonald opened this issue Oct 13, 2022 · 0 comments
Open
21 tasks

Training tutorial suggestions #2

critmcdonald opened this issue Oct 13, 2022 · 0 comments

Comments

@critmcdonald
Copy link
Contributor

critmcdonald commented Oct 13, 2022

This list needs to be recast around this philosophy: "Tutorials focused on feats of skills instead of on specific packages."

  • Might do a basic "most popular functions" tutorial that shows examples of all the functions in RWDIR.
  • group_by/summarize/arrange. (this might come in handy)
  • Using count() and tabyl()
    • count with filter. df |> summarize(new_col = sum(col == "value"))
    • Include how to turn a tabyl into a regular tibble
    • Maybe count and tabyl are separate? Or at least separate pages in the same folder?
    • Can look at rwdir count for ideas.
  • Pivoting
  • Advanced select()
  • Using across() and filter_at()
  • parsing strings
  • Bind & Join
  • iterations with map(). Like importing multiple files. Can start with CHJ examples and whatever we do for NICAR25
  • Using slice() and related
  • Converting data types
  • ggplot? How much of this?
  • DT (datatable), data.table and gt
  • filtering techniques %in% or negate with %ni%. Include pull()
  • read/write even using rio package
  • using execution options in Quarto
  • Tips on making Quarto websites? This could be The Way.
  • another map() idea: Run count() on every column in a tibble?. See tutorial and this post
  • Using an API. Perhaps rwars that connects with SWAPI at https://swapi.dev/. Would using http2 be better today?
  • Scraping?
@critmcdonald critmcdonald changed the title Possible new tutorials Training tutorial suggestions Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant