Apart from tag, what other tags are used for formatting?
Answers
Answered by
1
Explanation:
The function format() allows you to format an R object for pretty printing. Essentially, format() treats the elements of a vector as character strings using a common format. This is especially useful when printing numbers and quantities under different formats.
Answered by
0
Explanation:
Formatting elements were designed to display special types of text:
<b> - Bold text.
<strong> - Important text.
<i> - Italic text.
<em> - Emphasized text.
<mark> - Marked text.
<small> - Smaller text.
<del> - Deleted text.
<ins> - Inserted text.
Similar questions