makeFileSize | R Documentation |
This is a helper function used in the LidarIndexR package to help read
file sizes from http or https directory listings. It looks for a trailing
character to determine the multipliuer for the numeric portion of the size
value. In the case of directories, the sizeString
will be "-". This
value is explicitly recognized.
makeFileSize(sizeString)
sizeString |
A string containing the file size or "-" for directories. |
A (invisible) double value for files and a string for directories.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.