R/supertinyicons.R
read_file.Rd
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.
read_file(conn)
connection. For svgparser this is always an unz()
connection to
the zipped version of the icon set
single string representing file contents
This function reads all character in a file regardless of line endings or file endings.