exploreMission: Explore missions datasets

Description Usage Arguments Details Value Author(s) Examples

View source: R/getFolderStructure.R

Description

This function parser the labels files extracting information about the asociated data.

Usage

1
exploreMission(dataid, fullMissions=NULL, maxdep = 1)

Arguments

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.

Details

This is a recursive function which use regex to perform the extraction of the information.

Value

A nested list with the mission's corresponding data (folder) FTP tree.

Author(s)

George G. Vega

Examples

1
2
3
4
## Not run: 
parseLbl("apollo12_sws_28s_19760325")

## End(Not run)

gvegayon/PDSR documentation built on May 17, 2019, 9:29 a.m.