find_file_structure: Finds the file Structure of website

View source: R/find_file_structure.R

find_file_structureR Documentation

Finds the file Structure of website

Description

Find all subfolders containing data and lists the names of the files within each subfolder

Usage

find_file_structure(years = NULL)

Arguments

years

numeric vector. List of years in which to obtain file structure for. Default = NULL (find structure for all data)

Value

list of folders with filenames as contents

Examples

## Not run: 
To find the structure for years 2000, ..., 2010
fileStr <- find_file_structure(years = 2000:2010)

To find the structure for all data present
fileStr <- find_file_structure()

## End(Not run)


andybeet/oisst documentation built on Dec. 7, 2022, 6:19 p.m.