Skip to content

Commit

Permalink
Change columns into factor for subsequent steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib committed Oct 12, 2019
1 parent 2771263 commit 4064a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shiny-time-series/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ library(DT)
df <- read_csv('/Users/aoi-rain/Documents/YT_dataviz/data/yt_date.csv')
df2 <- read_csv('/Users/aoi-rain/Documents/YT_dataviz/data/exotic_yt_date.csv')

# make category columns for this dataset
channel_name <- rep("Sliceace channel", 573)
channel_name2 <- rep("James channel", 1526)

Expand Down

0 comments on commit 4064a96

Please sign in to comment.