Skip to contents

Note package openxlsx is loaded but not attached in this function.

Usage

addURL2df(df1, textColm, urlColm, fromRow = 1, fName = NULL, ...)

Arguments

df1

data.frame

textColm

int or char; the column to display the text of the URL

urlColm

int or char; the column of the URL

fromRow

int; the starting row

fName

char; output file name

...

passed to openxlsx::saveWorkbook()

Value

none by default; see the return of openxlsx::saveWorkbook() for details.

Examples

# none