Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.54 KB

curate.md

File metadata and controls

48 lines (33 loc) · 1.54 KB
title author date output
Curate Data in R
Brian S. Yandell
8/23/2017
html_document

This and other lessons assume users already have some experience with R, for instance through a Data Carpentry workshop. See References for useful introductory and advanced material.

Learning Objectives

After completing this section, an individual will be able to curate data in R.

  • read, manipulate and display data summaries in concise tables
  • work with data frames using tidyverse tools
  • use character string operations to clean data
  • create functions to collapse repeated steps into one-line "verbs"
  • save cleaned up data tables in external files

Read, Manipulate and Display Data

Work with Data Frames using Tidyverse tools

Character String Operations to Clean Cata

Create Functions to Collapse Steps

examples of functions

Save Cleaned up Data to External Files

read and write files