Description Usage Arguments Details Value Author(s) Examples
View source: R/getFolderStructure.R
This function parser the labels files extracting information about the asociated data.
1 | exploreMission(dataid, fullMissions=NULL, maxdep = 1)
|
dataid |
A character indicating the path of a .lbl object. |
fullMissions |
A character indicating the path of a .lbl object. |
maxdep |
Integer of the maximum number of recursions. |
This is a recursive function which use regex to perform the extraction of the information.
A nested list with the mission's corresponding data (folder) FTP tree.
George G. Vega
1 2 3 4 | ## Not run:
parseLbl("apollo12_sws_28s_19760325")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.