Publications by José María Durazo Durazo / A01251747

Entregable 2.4 Colaborativo

05.10.2022

Limpieza, Transformación, Organización y Análisis Exploratorio de las Bases de Datos Producción Para comenzar importaremos las librerias que posiblemente sean necesarias para el codigo. library(data.table) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:data.table': ## ## betwee...

16259 sym R (111466 sym/274 pcs) 28 img 21 tbl

Evidencia 2

21.10.2022

Inicio Cargamos librerias Recursos Humanos rh<-read.csv("C:\\Users\\chema\\Downloads\\recursoshumanos.csv") summary(rh) ## No..De.Empleado APELLIDOS NOMBRE FECHA.DE.NACIMIENTO ## Min. : 1.00 Length:112 Length:112 Length:112 ## 1st Qu.: 24.50 Class :character Class :character Class ...

74860 sym R (98184 sym/184 pcs) 28 img 10 tbl