Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tailineju authored May 16, 2021
1 parent 9ec040f commit 4aca0d9
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions Analise-Descritiva.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
####
####
####################################################
# TAILINE NONATO #
# ATIVIDADE 1 #
####################################################

library(tidyverse)
library(dplyr)
library(stringr)
library(janitor)

#Carregando pacotes ----
if (!require(pacman)) {
install.packages("pacman")
library(pacman)}

pacman::p_load(tidyverse,dplyr,stringr,janitor)


# Dados ----
Expand Down

0 comments on commit 4aca0d9

Please sign in to comment.