File: rand_id.Rd

package info (click to toggle)
r-cran-recipes 0.1.15%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,496 kB
  • sloc: sh: 37; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/misc.R
\name{rand_id}
\alias{rand_id}
\title{Make a random identification field for steps}
\usage{
rand_id(prefix = "step", len = 5)
}
\arguments{
\item{prefix}{A single character string}

\item{len}{An integer for the number of random characters}
}
\value{
A character string with the prefix and random letters separated by
and underscore.
}
\description{
Make a random identification field for steps
}
\keyword{internal}