If the two columns in my dataframe are:
species <- c("Dengue", "Dengue", "Dengue", "Dengue", "Dengue", "Dengue", "Dengue", "Dengue")
And
strain <- c(1, NA, 2, NA, NA, 3, 4, 5)
How do I get a column that combines the two to say Dengue 1, etc.?