Displaying 2 results from an estimated 2 matches for "fontmark".
Did you mean:
connmark
2008 Oct 31
1
Is there a way to vectorize this? [with correction]
...p.Textbody, li.Textbody, div.Textbody -->
</style>
",
"<title>",title,"</title>
</head>
<body lang=EN-US style=\'tab-interval:.5in;",
"textmark; font-size:",size,"pt; textmark;",
"fontmark; font-family:",font,"; fontmark;\'>", sep="")
return(code)
} #******************************************** End of html.file.start
#******************************************** Start of html.text
'html.text' <- function(text, size=11, font="Times N...
2008 Oct 31
0
Is there a way to vectorize this?
...p.Textbody, li.Textbody, div.Textbody -->
</style>
",
"<title>",title,"</title>
</head>
<body lang=EN-US style=\'tab-interval:.5in;",
"textmark; font-size:",size,"pt; textmark;",
"fontmark; font-family:",font,"; fontmark;\'>", sep="")
return(code)
} #******************************************** End of html.file.start
So here is the function I'm trying to vectorize.
#******************************************* Start of html.align
html.align <...