You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
598 B

5 years ago
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fct-tactic.R
\name{fct_tactic}
\alias{fct_tactic}
\title{Make an ordered Tactics factor with optional better labelling}
\usage{
fct_tactic(tactics, input = c("id", "pretty", "nl"),
output = c("pretty", "nl", "id"), matrix = c("enterprise", "mobile",
"pre"))
}
\arguments{
\item{tactics}{a character vector}
\item{input}{what is in \code{tactics}?}
\item{output}{what do you want the factor label to be?}
\item{matrix}{which matrix?}
}
\description{
Make an ordered Tactics factor with optional better labelling
}