R Markdown and Leaflet

MKarene Oraa

23 December 2020

R Markdown

Create a web page using R Markdown that features a map created with Leaflet.

Host your webpage on either GitHub Pages, RPubs, or NeoCities.

Your webpage must contain the date that you created the document, and it must contain a map created with Leaflet. We would love to see you show off your creativity!

library(leaflet) ## Warning: package 'leaflet' was built under R version 3.4.4 library(htmltools) ## Warning: package 'htmltools' was built under R version 3.4.4 setwd("c:/users/MartaT/Documents/datasets/")

This is a paragraph! Here's how you make a link: Neocities.

Here's how you can make bold and italic text.

Here's how you can add an image:

Here's how to make a list:

To learn more HTML/CSS, check out these tutorials!