Description Usage Arguments Value Examples
import.ats()
imports ATS Globalstar data (txt) and reformats it for visualization and analyses.
1 | import.ats(file.in, dir.out)
|
file.in |
The file directory path to a folder containing Iridium csv file to reformat |
dir.out |
The file directory path where to save the formated Rdata file |
A formatted dataframe
1 2 3 | ## Not run:
import.ats("./data/raw/atsdata.txt", "./data/derived/atsdata.Rdata")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.