Insert a hash anchor
insert_anchor(enclosing_start = "#<", enclosing_end = ">#", length_random_input = .Machine$integer.max, ...)
NULL, then the reverse of enclosing_start is used.The function draws a random number using sample from the range of
length_random_input. Then, this number is hashed by calling the
digest hash-function from the digest package. This hash
is then wrapped between enclosing_start and enclosing_end.
## Not run: ------------------------------------ # # RStudio needs to run for this # insert_anchor(enclosing_start = "#!") # ## ---------------------------------------------