get_anchor: Creat anchor sequence

View source: R/anchoring.R

get_anchorR Documentation

Creat anchor sequence

Description

Helper function to create an anchor string

Usage

get_anchor(enclosing_start = "#<", enclosing_end = ">#",
  length_random_input = .Machine$integer.max, ...)

Arguments

enclosing_start

A string that specifies the left-hand side enclosing of the hash

enclosing_end

A string that specifies the right-hand-side enclosing of the hash. If NULL, then the reverse of enclosing_start is used.

length_random_input

A number giving the range from which to draw a random number.

...

further arguments to be passed to and from other methods, in in particular to digest


lorenzwalthert/strcode documentation built on May 11, 2023, 12:10 a.m.