Learn R Programming

StreamCatTools (version 0.10.0)

sc_fullname: Lookup Full Metric Name

Description

Function to retrieve a full metric name based on the short name using the StreamCat API.

Usage

sc_fullname(metric = NULL)

Value

A lookup of the full name for a given StreamCat metric

Arguments

metric

Short metric name Syntax: metric=value1 Values: metric

Author

Marc Weber

Examples

Run this code
fullname <- sc_fullname(metric='clay')

Run the code above in your browser using DataLab