Description Usage Arguments Details Value
View source: R/supertinyicons.R
readLines()
in combination with unz()
fails o read the last
line of a file if it does not end in a CR/LF. I haven't found a workaround
besides a manual read loop like below.
1 | read_file(conn)
|
conn |
connection. For svgparser this is always an |
This function reads all character in a file regardless of line endings or file endings.
single string representing file contents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.