Skip to content

Commit 265c5f7

Browse files
committed
Rename input CSV file
1 parent 3e4a722 commit 265c5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmarketing.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
library(tidyverse)
22

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

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

0 commit comments

Comments
 (0)