Querying, Filtering, and Summarizing

In this chapter, you will explore the dplyr library for data processing. This is one of the most popular libraries in R for data processing. This chapter covers the following recipes:

  • Using the pipe operator for data processing
  • Efficient and fast summarization using the dplyr verbs
  • Using the customized function within the dplyr verbs
  • Using the select verb for data processing
  • Using the filter verb for data processing
  • Using the arrange verb for data processing
  • Using mutate for data processing
  • Using summarise to summarize dataset
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset