Created
June 23, 2022 22:20
-
-
Save tanho63/b8ba7b2c3a3578ac19737882fef7dbea to your computer and use it in GitHub Desktop.
This file contains 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(yaml) | |
url_tag <- "<a href='http://my-url.com'>My website</a>" | |
attr(url_tag,"quoted") <- TRUE | |
list(x = url_tag) |> yaml::as.yaml() | |
# Gist URL https://gist.github.com/b8ba7b2c3a3578ac19737882fef7dbea |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment