gravatar

TabbyKabui

TABBY K NJUNG'E

Recently Published

Capstone_Exploratory Analysis
Capstone_Exploratory Analysis
Predicting child height
Baltimore emissions
Trend in Baltimore emissions 1999 to 2008
Total Number of Steps Per Day Publish Date:June 10/2017
Total Number of Steps Per Day
Nairobi National Park
HTML
#The World Wildlife Capital!! library(dplyr) install.packages("leaflet",repos='http://cran.us.r-project.org') library(leaflet) my_map <- leaflet() %>% addTiles() my_map NairobiPark <-c("<a href= 'http://www.kws.go.ke/parks/nairobi-national-park' > Nairobi Park</a>") leaflet() %>% addTiles() %>% addMarkers(lat= -1.364726,lng=36.831855,popup = NairobiPark)