Displaying 20 results from an estimated 20000 matches similar to: "opening an external file"
2008 Aug 18
2
graphsheet
Hello,
I am trying to convert the following command from SPLUS to R:
graphsheet(pages = TRUE)
Does anyone have an idea what is the equivalent in R?
Thanks
--
View this message in context: http://www.nabble.com/graphsheet-tp19026010p19026010.html
Sent from the R help mailing list archive at Nabble.com.
2008 Aug 15
6
Opening a web browser from R?
Hi,
I was wondering if there's a way in R to open a web browser (such as
Internet Explorer, or Firefox or whatever).
I'm doing some analyses that have associated urls, and it would be
nice to have the ability to directly open the relevant page from
within R.
I was looking at the help for 'url' and I can see I can probably
access the information I need and display it in my
2004 Feb 27
2
browseURL question
I have a quick question about the browseURL function. When I use the function in a UNIX environment, I have to use two sets of quotations if I have the & symbol in the URL. For Windows I only need to use the first set. For example, on Windows:
browseURL("http://search.yahoo.com/search?p=Bioconductor&ei=UTF-8&fr=fp-tab-web-t&n=20&fl=0&x=wrt")
will call up the
2004 Nov 24
2
an R function to search on Prof. Baron's site
Inspired by the functions that Barry Rawlingson and Dave Forrest posted for
searching Rwiki and R-help archive, I've made up a function that does the
search on Prof. Baron's site (Thanks to Prof. Baron's help on setting up the
query string!):
RSiteSearch <- function(string, restrict="Rhelp", format="long",
sortby="score",
2004 Aug 19
1
OS X specific question: help.start() won't launch
I've got the same problem with help.start(). It seems to be a problem with
the 'open'
command when executed through R's 'system' function -
ie system('open something.html')
gives an error message, whilst opening a new xterm (or console)
and entering
open something.html
works fine (here 'something.html' is the same in both cases.)
My current
2012 Nov 16
2
Question about contour3d and writeWebGL: rgl and misc3d package
I saw that in rgl:::writeWebGL that "Polygons will only be rendered as
filled; there is no support in WebGL for wireframe or point rendering.". I
found that you can easily use contour3d to make reproducible contour web
figures, such as (taken from contour3d help)
library(AnalyzeFMRI)
a <- f.read.analyze.volume(system.file("example.img", package=
2004 Oct 07
2
two help problems in R-2.0.0 for Windows (PR#7269)
R-2.0.0, WinNT / WinXP:
options(chmhelp=TRUE)
?dnorm # does not work!
?Normal # works!
Looks like calling compiled html help does not work for aliases, but
only for the title of help pages...
And a quick fix without changing the design is to change lines
136-137 in .../src/library/utils/R/help.R as follows:
- err <- .C("Rchtml", hlpfile, topic,
- err =
2003 Apr 21
4
help.start in R-1.7.0 with Netscape 7.0.
I'm experiencing a new and annoying phenomenon which seems to consist
of an unfortunate interaction between R-1.7.0 and netscape version 7.
When I invoke help.start(), a netscape window duly appears
with the browser pointed at the file .../R/doc/html/index.html
as one would hope and expect.
However if I then ask for help on a function, e.g.
> help(glm)
the help does NOT get displayed
2011 Aug 23
2
Opening package manual from within R
Simple question but searching rseek did not yield the results I wanted.
Question: Is there a way to open a help manual for a package from within R.
For instance I would like to type a function in r for the tm package and R would open that PDF as seen here:
http://cran.r-project.org/web/packages/tm/tm.pdf
-The vignette function exists for vignettes [vignette("package.name")] so I
2008 Jan 18
1
html search not working
Sorry the first email had no subject.
I've searched around and havent had much luck trying to explain why my
HTML search no longer works. If I use
?cor.test
it is unable to display the webpage. Is this a java problem? I am
running windows xp, and use Internet explorer for my default browser.
Thanks
--------------------------------------------------
David Kowalske Jr
Graduate Research
2007 Dec 06
2
R2HTML how to pair graphic.png and table
Dear list,
i have this problem:
how to pair a graphic.png and a table in R2HTML ?
The better showing of a mutiple analysis is sometimes to mate graphic and
table
Can anyone help me in this task ??
In the example below graphisc and table are subsequent and not pair..
directory=getwd()
myfile<-file.path(directory,"testHTML.html")
2013 Mar 15
2
Writing a hyperlink to a csv file
Hi,
I was wondering if it is possible to create a hyperlink in a csv file using
R code and some package. For example, in the following code:
links <- cbind(rep('Click for Google',3),"google search address goes here")
## R Mailing list blocks if I put the actual web address here
write.table(links,'test.csv',
sep=',',row.names=F,col.names=F)
the web address
2005 Jul 28
4
Running Internet Explorer from Withing R
Good morning,
Is it possible to open an html file using IE but from within R? I wrote a small function to generate tables in html but I'd like to write another function to call IE and open the html file.
Thanks,
Walt Paczkowski
________________________
Walter R. Paczkowski, Ph.D.
Data Analytics Corp.
44 Hamilton Lane
Plainsboro, NJ 08536
(V) 609-936-8999
(F) 609-936-3733
2007 Jun 01
2
HTML vignette browser
Hi,
this is tangentially related to the recent discussion on vignettes.
vignette() currently produces a listing of available vignettes, but
these are not clickable. Since R has a browseURL() function, it seems
natural to have a version that produces HTML with clickable links.
Here's an attempt at that:
source("http://dsarkar.fhcrc.org/R/vignette-browser.R")
browseVignettes()
2008 Nov 09
3
Arms Race
hey can anybody help me? i have to simulate the richardson Arms race
model on R.. for my simulation class...
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 get is not as nice as what I see via the "example"
page. I
2004 Mar 31
2
segfault in browseURL()
Hello ...
Using Win2K (and reportedly WinXP), when the length of the 'url' string
>= 280 characters, a segmentation fault occurs.
This doesn't seem to be affecting unix machines.
Thanks
-J
2010 Nov 29
1
Setting default path to library
Hello
I recently upgraded from 2.11.1 to 2.12.0 on a windows machine. When I
launch R via TINN - R,(2.3.7.0) most things appear correct. The exception
is the path to the library.
I store all of the packages in C:\Program_Files \R\R-2.12.0\library
Last week when I upgraded I rec'd an error:
Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths()))) :
there is no package called
2005 Apr 01
2
(no answer)
I wish to perform brain surgery this afternoon at 4pm and don't know
where to start. My background is the history of great statistician
sports legends but I am willing to learn. I know there are courses and
numerous books on brain surgery but I don't have the time for those.
Please direct me to the appropriate HowTos, and be on standby for
solving any problem I may encounter while
2010 May 12
3
Changing R opening message
Hi,
I am using some python code to execute small R code snippets.
I would like to save the messages output to the screen when R is executed.
However, I will just save the opening message a zillion times since many
thousands of little snippets will be executed.
Does anyone how to omit the opening message printed by R when it first
opens?
In case, you don't know what opening