Saltar al contenido principal
InicioRIntroduction to Importing Data in R

Introduction to Importing Data in R

In this course, you will learn to read CSV, XLS, and text files in R using tools like readxl and data.table.

Comience El Curso Gratis
3 Horas11 Videos42 Ejercicios
187.222 AprendicesTrophyDeclaración de cumplimiento

Crea Tu Cuenta Gratuita

GoogleLinkedInFacebook

o

Al continuar, acepta nuestros Términos de uso, nuestra Política de privacidad y que sus datos se almacenan en los EE. UU.
Group¿Entrenar a 2 o más personas?Pruebe DataCamp para empresas

Preferido por estudiantes en miles de empresas


Descripción del curso

Importing data into R should be the easiest step in your analysis. Unfortunately, that is almost never the case. Data can come in many formats, ranging from .csv and text files, to statistical software files, to databases and HTML data. Knowing which approach to use is key to getting started with the actual analysis. In this course, you’ll start by learning how to read .csv and text files in R. You will then cover the readr and data.table packages to easily and efficiently import flat file data. After that, you will learn how to read .xls files in R using readxl and gdata.
Empresas

Group¿Entrenar a 2 o más personas?

Obtenga acceso de su equipo a la biblioteca completa de DataCamp, con informes centralizados, tareas, proyectos y más
Pruebe DataCamp Para EmpresasPara obtener una solución a medida, solicite una demonstración.

En las siguientes pistas

Certificación disponible

Científico de datos asociado en R

Ir a la pista

Importar y limpiar datos con R

Ir a la pista
  1. 1

    Importing data from flat files with utils

    Gratuito

    A lot of data comes in the form of flat files: simple tabular text files. Learn how to import the common formats of flat file data with base R functions.

    Reproducir Capítulo Ahora
    Introduction & read.csv
    50 xp
    read.csv
    100 xp
    stringsAsFactors
    100 xp
    Any changes?
    50 xp
    read.delim & read.table
    50 xp
    read.delim
    100 xp
    read.table
    100 xp
    Arguments
    100 xp
    Column classes
    100 xp
    Final Thoughts
    50 xp
  2. 2

    readr & data.table

    In addition to base R, there are dedicated packages to easily and efficiently import flat file data. We'll talk about two such packages: readr and data.table.

    Reproducir Capítulo Ahora
  3. 3

    Importing Excel data

    Excel is a widely used data analysis tool. If you prefer to do your analyses in R, though, you'll need an understanding of how to import .csv data into R. This chapter will show you how to use readxl and gdata to do so.

    Reproducir Capítulo Ahora
  4. 4

    Reproducible Excel work with XLConnect

    Beyond importing data from Excel, you can take things one step further with XLConnect. Learn all about it and bridge the gap between R and Excel.

    Reproducir Capítulo Ahora
Empresas

Group¿Entrenar a 2 o más personas?

Obtenga acceso de su equipo a la biblioteca completa de DataCamp, con informes centralizados, tareas, proyectos y más

En las siguientes pistas

Certificación disponible

Científico de datos asociado en R

Ir a la pista

Importar y limpiar datos con R

Ir a la pista

Sets De Datos

HotdogsPotatoes (CSV)Potatoes (TSV)Swimming poolsUrban population (XLS)Urban population (XLSX)

Requisitos Previos

Introduction to R
Filip Schouwenaars HeadshotFilip Schouwenaars

Data Science Instructor at DataCamp

Ver Mas

¿Qué tienen que decir otros alumnos?

Únete a 13 millones de estudiantes y empeza Introduction to Importing Data in R hoy!

Crea Tu Cuenta Gratuita

GoogleLinkedInFacebook

o

Al continuar, acepta nuestros Términos de uso, nuestra Política de privacidad y que sus datos se almacenan en los EE. UU.