get_template: Get File Name Template

Description Usage Arguments Value Examples

View source: R/get_template.R

Description

Get File Name Template

Usage

1
get_template(template)

Arguments

template

The file type to generate the template for. Can be "harmoneps_grib", "harmeoneps_grib_fp", "harmoneps_grib_sfx", "harmonie_grib", "harmonie_grib_fp", or "harmone_grib_sfx". If anything else is passed, it is returned unmodified.

Value

A template that can be interpreted by str_interp from the stringr package.

Examples

1
2
get_template("harmoneps_grib")
get_template("harmonie_grib_fp")

andrew-MET/mepsr documentation built on Nov. 9, 2019, 6:30 a.m.