This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library('googleVis') | |
dd <- read.csv(header = TRUE, text = "Birth,Death,Poet,City | |
1797,1869,Mirza Ghalib,Delhi | |
1722,1810,Mir Taqi Mir,Lucknow | |
1831,1905,Daag Dehlvi,Delhi | |
1911,1984,Faiz Ahmed Faiz,Lahore | |
1800,1851,Momin Khan Momin,Delhi | |
1877,1938,Muhammad Iqbal,Lahore | |
1918,2002,Kaifi Azmi,Mumbai |
NewerOlder