How to create a new post for the site

not sure why i posted this
tutorials
Auteur

Locke Data

Date de publication

2 septembre 2022

General workflow for contributing

library(leaflet)
map <- leaflet::leaflet() %>%
  addTiles() %>%
  fitBounds(0, 40, 10, 50) %>%
  addPopups(-93.65, 42.0285, "Here is the <b>Department of Statistics</b>, ISU")

learn::save_and_use_widget(map, "map.html")

Réutilisation

Citation

BibTeX
@online{data2022,
  author = {Data, Locke},
  title = {How to create a new post for the site},
  date = {2022-09-02},
  url = {https://www.simoncoulombe.com/oldposts/2022-09-02-hi-hugo},
  langid = {fr}
}
Veuillez citer ce travail comme suit :
Data, Locke. 2022. “How to create a new post for the site.” September 2, 2022. https://www.simoncoulombe.com/oldposts/2022-09-02-hi-hugo.