mds: Mission Design Series (MDS)

Description Usage Arguments Examples

Description

Various functions for working with MDS codes.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15

Arguments

x

A character vector.

...

Additional optional arguments.

hyphen

Logicial indicating whether or not to include a hyphen before the design number (if one is not already present). Only used in standardize_mds.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
mds <- c("YEH-60B", "YEH-60B1", "AYEH-60B", "F-16A", "F16", "F016", "YRAH-66A")

is_valid_mds(mds)

mds %>%
  strip_leading_zeros %>%
  strip_hyphen

mds %>%
  strip_leading_zeros %>%
  add_hyphen

bgreenwell/mds documentation built on May 12, 2019, 8:19 p.m.