# NOT RUN {
# General use
txt_style("I am highlighted!")
txt_style("I am blue and bold.", color = "blue", bold = TRUE)
# Shortcuts
txt_color("I am red.")
txt_color("I am blue.", color = "blue")
# Code styling wrapper
txt_tocode("I am code.")
# }
Run the code above in your browser using DataLab