I have a list that looks like
[1] "SR7" "SW 38" "NW 35" "NW 34"
[5] "NW 31" "NW 27 " "SW 24 " "SW 22"
[9] "I-95 SB" "I-95 NB"
I want to print them as bulleted items in word, using R-markdown. It looks like below
- SR7
- SW 38
- NW 35
- NW 34
- NW 31
- NW 27
- SW 24
- SW 22
- I-95 SB
- I-95 NB
Can anyone show how to do that ?