readMTlux | R Documentation |
Read light data from a Migrate Technologies tag
readMTlux(file, skip = 20)
file |
the lux file to import. |
skip |
number of initial lines to skip |
The readMTlux
function imports the light record from a
".lux" file generated by a Migrate Technologies tag. These files
have an extensive header, and it may be necessary to set the
skip
argument to skip the lines including the two column
headers.
Returns a dataframe with columns
Date |
the date and time of the observation |
Light |
the recorded light level |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.