Learn R Programming

foodwebWrapper (version 1.1.0)

replaceRotTag: replaceRotTag

Description

insert html tags for rotating text

Usage

replaceRotTag(x, l, dims)

Value

returns modified version of HTML code containing data table

Arguments

x

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

l

return values of spanTag()

dims

return value of dim()

Examples

Run this code
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))
}

Run the code above in your browser using DataLab