get_locations: Returns meta data on MSMT files

Description Usage Arguments Value Examples

View source: R/get_locations.R

Description

'get_locations' returns a meta data map of relevant MSMT files in a given folder.

Usage

1
get_locations(location = NULL)

Arguments

location

specify path to the folder where MSMT data can be found. The function uses recursive search, so a higher level directory can be specified as well. If left blank, the function uses the current working directory.

Value

a tibble with all sheets, specifying their location, names, lowercased name, form they are from, year and frequency of occurences in the folders.

Examples

1
get_locations("E:/EDU/Data/data/MSMT/")

jmunich/readMSMT documentation built on March 17, 2020, 9:14 a.m.