Skip to content

Commit

Permalink
comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-galindo committed Mar 19, 2021
1 parent 792a6e3 commit a860739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/Loading data files.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Get current working directory
getwd()

# Read a CSV File
WHO = read.csv("data/WHO.csv")

# See the structured of a data frame
str(WHO)

0 comments on commit a860739

Please sign in to comment.