Skip to content

Fundamentals - Data Cleaning Update #166

@dvirlar2

Description

@dvirlar2

Note from @mbjones during Data Cleaning Lecture:

During the split-apply-combine lecture, question came up about explaining the summarize portion

q1_response <- survey_clean %>% 
    group_by(Q1) %>% 
    summarise(n = n()) %>% 
    arrange(-n)

Should change the summarise(n = n() ) portion to summarise(number_or_responses = n() ) for more intuitive understanding of what that step is doing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions