get_anchor: Creat anchor sequence

Description Usage Arguments

View source: R/anchoring.R

Description

Helper function to create an anchor string

Usage

1
2
get_anchor(enclosing_start = "#< ", enclosing_end = " >#",
  range_input = .Machine$integer.max, nchar_output = NULL, ...)

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.

range_input

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

nchar_output

A number indicating how long the hash sequene should be. NULL indicates no limitation.

...

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


XiaoliangJiang/IndependentStudy2017YW documentation built on May 29, 2019, 10:54 a.m.