Skip to content

Commit

Permalink
Convert to as.Date() for time series plot
Browse files Browse the repository at this point in the history
  • Loading branch information
navdeep-G committed Mar 3, 2016
1 parent 86d9eee commit c4d4bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/getDataMySQL.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ master_os_failures = dbSendQuery(mr_unit, "SELECT date as Date, os as OS,

#Send query to a dataframe
master_os_failures = fetch(master_os_failures, n = -1)
master_os_failures$Date = as.Date(master_os_failures$Date)

0 comments on commit c4d4bc5

Please sign in to comment.