replaceRotTag {foodwebWrapper}R Documentation

replaceRotTag

Description

insert html tags for rotating text

Usage

replaceRotTag(x, l, dims)

Arguments

x

return value of readLines(), HTML code containing data table

l

return values of spanTag()

dims

return value of dim()

Value

returns modified version of HTML code containing data table

Examples

if(interactive()){
load("data/x_x.RData")
load("data/x_l.RData")
load("data/x_m3.RData")
x<-replaceRotTag(x_x,x_l,dim(x_m3))
}


[Package foodwebWrapper version 1.1.0 Index]