is_tex | R Documentation |
This function checks whether the specified file path has a .tex
file
extension.
is_tex(path)
path |
A character string specifying the file path. |
A logical value (TRUE
or FALSE
) indicating whether the file has
a .tex
extension.
## Not run:
is_tex("document.tex") # Returns TRUE
is_tex("image.png") # Returns FALSE
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.