View source: R/CampbellFileImport.R
CampbellFileImport | R Documentation |
import a Campbell logger *.dat file
CampbellFileImport(file, time.zone = "UTC+10", checkduplicates = TRUE, skip.rows = NA)
file |
filename of the dat file |
time.zone |
Time zone, defaults to "Australia/Melbourne" |
checkduplicates |
Check for and remove duplicates from the file. Logical, defaults to TRUE. |
skip.rows |
Number of rows of the start of the file to discard. This si to speed up data import by reducing number of samples. Numeric, defaults to NA. |
data frame with imported *.dat file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.