Skip to content

Commit

Permalink
tsv >> txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed May 14, 2014
1 parent b360728 commit 4d56f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_make-gapminder-color-scheme.r
Expand Up @@ -94,6 +94,6 @@ par(op)
write.table(country_colors, "gapminder-country-colors.tsv",
quote = FALSE, sep = "\t", row.names = FALSE)

write.table(cDat, "gapminder-continent-colors.txt",
write.table(cDat, "gapminder-continent-colors.tsv",
quote = FALSE, sep = "\t", row.names = FALSE)

0 comments on commit 4d56f2c

Please sign in to comment.