format_schema_name: Format a schema name as it appears in the an EASTWeb database

Description Usage Arguments Value Examples

Description

Format a schema name as it appears in the an EASTWeb database

Usage

1
2
format_schema_name(project_name, plugin = c("TRMM3B42", "TRMM3b42RT",
  "ModisLST", "ModisNBAR", "NldasNOAH", "NldasForcing"))

Arguments

project_name

The name of the project. Case sensitive.

plugin

The name of the plugin. Case sensitive.

Value

The formatted named of the schema. The project name is pasted together with the plugin name and everything is converted to lower case.

Examples

1
format_schema_name("Project Name", "PluginName")

chrismerkord/eastweb documentation built on May 13, 2019, 6:55 p.m.