search for: hwriter

Displaying 20 results from an estimated 25 matches for "hwriter".

Did you mean: writer
2009 Apr 30
1
newbie HWRITER package question
Hi, I am playing with hwriter examples given in "example" page. Here's what I've done: > library (hwriter) > > p = openPage ('table.html') > hwrite (1:5, p) > hwrite (iris[1:3, 1:3], p, row.bgcolor='#ffdc98') > closePage (p) > > browseURL('table.html') What I...
2008 Jul 31
0
hwriter - Writing R objects in HTML format
Dear R community, I'm pleased to announce the availability of hwriter v0.92 on CRAN. hwriter is an easy-to-use package able to format and output R objects in HTML format. It supports advanced formatting, tables, CSS styling, images and provides a convenient mapping between R tables and HTML tables. hwriter combines the simple syntax of the xtable package and the...
2008 Oct 07
0
hwriter - Writing R objects in HTML format
Dear R community, I'm pleased to announce the availability of hwriter v0.93 on CRAN. hwriter is an easy-to-use package able to format and output R objects in HTML format. It supports advanced formatting, tables, CSS styling, images and provides a convenient mapping between R tables and HTML tables. hwriter combines the simple syntax of the xtable package and the st...
2008 Jul 31
0
hwriter - Writing R objects in HTML format
Dear R community, I'm pleased to announce the availability of hwriter v0.92 on CRAN. hwriter is an easy-to-use package able to format and output R objects in HTML format. It supports advanced formatting, tables, CSS styling, images and provides a convenient mapping between R tables and HTML tables. hwriter combines the simple syntax of the xtable package and the...
2012 Jul 30
1
Accents and special character using hwriter (on Windows)
Hello, I have a problem with special characters such as "?" or "?" when using hwriter. This only happens when I use windows, it works fine on mac. If I do: print(datosdv) "Ciencias Sociales y Jur?dicas n:74 | 33.94%" but: hwrite(datosdv, p, br=TRUE) "Ciencias Sociales y Jur?dicas n:74 | 33.94%" The bad sign is in the code, is not a problem of the encoding o...
2009 Oct 01
2
question
hi I am going to crazy.I want to use beadarray package in R, but I cant. when I want install it, I encounter to this message "Loading required package: hwriter Loading required package: sma Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : 'sma' is not a valid installed package" I cant find sma and hwriter packages, it seems that they are not anymore. could you help me plz? thanks in advance Paylakhi...
2011 May 09
3
converting a matrix or data.frame into an html table
Dear all, Is there a function in R to convert a matrix or a data.frame into an html table? Many thanks, Samuel [[alternative HTML version deleted]]
2010 Dec 01
3
Save R2HTML as an object instead of file
Hi Is it possible to instead of getting the HTML code written to a file, get it saved as a string in an object instead? Or is there any kind of package that can do this? //Joel -- View this message in context: http://r.789695.n4.nabble.com/Save-R2HTML-as-an-object-instead-of-file-tp3066776p3066776.html Sent from the R help mailing list archive at Nabble.com.
2010 Sep 09
6
Reproducible research
I am investigating some approaches to reproducible research. I need in the end to produce .html or .doc or .docx. I have used hwriter in the past but have had some problems with verbatim output from R. Tables are also not particularly convenient. I am interested in R2HTML and R2wd in particular, and possibly odfWeave. Does anyone have sample documents using any of these approaches which they could let me have? David Scott...
2010 Feb 04
2
no write access for help files
...e message below. I followed some advice at http://cran.r-project.org/bin/windows/base/rw-FAQ.html (4.2 onwards), but to no avail. How can I tell R to save the help files to an alternative location? I don't have write access to the default location.   > utils:::menuInstallLocal() package 'hwriter' successfully unpacked and MD5 sums checked updating HTML package descriptions Warning message: In file.create(f.tg) :   cannot create file 'C:\PROGRA~1\R\R-28~1.0/doc/html/packages.html', reason 'Permission denied' > Does anybody know a solution for this, other than upgrad...
2009 Apr 16
3
Presenting R Results in Webpages
I apologize in advance that this question is not specific to R, but I thought some R users may be using this in their work process flow. I would like to be able to have a tool (prefer "scriptable") that will take two images and some pre-written text and put it on an simple webpage. That is, it would look something like the following: |---------------------------------------------|
2008 Oct 12
0
OT: irises
Attention conservation notice: a digression on Fisher's iris data, related only tangentially to R. The package announcement for hwriter points to a webpage created with the package, http://www.ebi.ac.uk/~gpau/hwriter/ based on the Fisher/Anderson iris data, including pictures. Unfortunately, the pictures are not of the right species (two appear to be tall bearded iris cultivars, the third probably either Iris ensata or Iris sib...
2009 Jun 02
1
my little r is sick
Hi, Suddenly, I find my little r is sick. Given: #! /usr/bin/env r library (hwriter) unlink ('tmp.html') p = openPage ('tmp.html') hwrite ("Hello World", p) closePage (p) browseURL ('tmp.html') It worked fine a few days ago, but now it says: r: error while loading shared libraries: libR.so: cannot open shared object file: No such...
2008 Dec 05
2
xtable html links
Hi, I was trying to get hyperlinks using xtable, but couldn't get the hyperlinks to function properly. For example, if I use ## Try to link NY times website to every figure in column 4 mat <- matrix(1:43,6,5) mat[,5] <- "http://nytimes.com" for(i in 1:nrow(mat)){ strr <- paste('<a href="', mat[i,5],'">', mat[i,4], '</a>',
2011 May 07
2
Help with Using gtext in gWidgetsWWW for Outputting Results to Webpage
All: Using gWidgetsWWW, I'm in the process of designing a website that will provide users with a GUI to interact with various datasets. As part of that, I want to provide users the ability select particular variables (via combo boxes) that will then result in summary (text) output being returned to the webpage. Think of it as their choices ultimately result in a one- or two-way table being
2010 Jan 03
3
R2HTML Report number format, or Better Way?
Here I am again with question I'll feel foolish for asking, when I see the answer. I'm trying to produce a report and here's where I get stuck: How do I get R2HTML to produce the same number format? Particularly remove the decimal places for Par and Sal. Are there better methods to produce this type of report? Thanks, L.A. R version 2.10.0 XP
2008 Dec 23
2
Tabular output: from R to Excel or HTML
What is the equivalent for formatted tabular output of the various very sophisticated plotting tools in R (plot, lattice, ggplot2)? In particular, I'd like to be able to produce formatted Excel spreadsheets (using color, fonts, borders, etc. -- probably via Excel XML) and formatted HTML tables (ideally through a format-independent interface), and preview them using commands within R, just as
2009 Sep 20
2
xtable + print (html)
hi, I want html code via the xtable package. I have a data.frame and tried to use the print()-function. But I only get the data.frame printed - no html arround it. what do I have to change? thanks!
2010 Sep 28
2
Use R in Visual Basic Environment
I need your kind help regarding the following: I wish to know is there any way to use R in Visual Basic environment. I want to develop a VB application where R can be embedded (R will work as a back end statistical engine). If available, please provide me some source of study materials/articles available on the internet related to this. -- Thanks & Regards, Soumen Pal [[alternative HTML
2010 Oct 09
1
A competition to create a recommendation engine for R packages
Hello everyone. There is a new competition, outlined on the blog dataists<http://www.dataists.com/2010/10/using-data-tools-to-find-data-tools-the-yo-dawg-of-data-hacking/>, inviting us to analyse statistics of the use of R packages (collected from 52 R users), to create a R-package suggestion engine for ourselves. Since I noticed several bloggers already wrote about it (as I have detailed