myLinker: Function to make link in pdf file

Description Usage Arguments Value Author(s) Examples

Description

Function to make link in pdf file

Usage

1
2
myLinker(x, x_link = NULL, cap = NULL, target = F, prefix = NULL,
  type = "markdown", keep_alphanum = TRUE)

Arguments

x

Name to be displayed in link

x_link

if missing, x is used

cap

numeric. truncate x to CAP characters

target

logical. is link FALSE. or link target (TRUE, default)

prefix

character. add prefix to make link unique

type

characte. markdown/excel (XLConnect format)

keep_alphanum

logical. Remove non-alphanumeric characters(default: TRUE)

Value

character vector

Author(s)

Henrique Cabral

Examples

1
myLinker('hellothere', x_link = 'hello_link', cap = 5)

cabralhenrique/QPVutils documentation built on May 13, 2019, 10:37 a.m.