dictionaryLookup: Searches variable string in the dictionary

View source: R/dictionaryLookup.R

dictionaryLookupR Documentation

Searches variable string in the dictionary

Description

Searches variable string provided in the dictionary to map it in the vocabulary, in order to get all the necessary information for variable homogenization. It also includes a new column specifying the aggregation function to be applied (if any).

Usage

dictionaryLookup(dicPath, var, time)

Arguments

dicPath

Full path to the dictionary file (a csv file with extension ‘.dic’).

var

Character string with the (standard) name of the variable

time

Time specification.

Value

A data.frame of 1 row with the mapping information

Author(s)

J. Bedia, S. Herrera

References

http://meteo.unican.es/trac/wiki/udg/ecoms/RPackage/homogeneization


SantanderMetGroup/loadeR documentation built on July 4, 2023, 4:29 a.m.