Skip to content

Commit

Permalink
Rename input CSV file
Browse files Browse the repository at this point in the history
  • Loading branch information
mannau committed May 7, 2019
1 parent 3e4a722 commit 265c5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmarketing.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
library(tidyverse)

#################Loading data into the environment#################
bmarketing <- read.csv2("bank.csv")
bmarketing <- read.csv2("bmarketing.csv")

#Lets look at dataset and generate initial understanding about the column types
str(bmarketing)
Expand Down

0 comments on commit 265c5f7

Please sign in to comment.