Displaying 6 results from an estimated 6 matches similar to: "Write to dynamic file name"
2008 Aug 06
3
Help in running Stata dataset in R
Dear All,
I installed R 2.7.0 and tried to call a dataset i had ealier own called
on R2.6.2 but i keep on getting an error:
use("maltreat.dta")
Error in fromchar(x) :
character string is not in a standard unambiguous format
Tried doing the same with R2.7.1 but i get the same error.
However if i call the same on R 2.6.2, there is no error:
use("maltreat.dta")
> des()
2006 May 18
0
Documentation for the plugins you use
I wanted a concise way to see the rdocs for all the plugins I use in my
project. I threw together a quick program to generate it for me, and I
thought you guys might be interested. It creates a plugins.html in your
application''s root directory, with links to rdoc that it generates in
each plugin''s own directory. I just added a frame to the rdoc-generated
index.html in my
2008 Sep 29
1
problem running Sweave as a web service with anti-virus software
Hello R mailing list
We are trying to use R and Sweave, running as a web service on a server
to prepare statistical reports but are having problems with our
anti-virus software apparently prohibiting execution due to what we
think is Sweave trying to run an executable in one of the system's
temporary folders.
As background, we use the following Rscript command to invoke Sweave
(the text in
2012 Oct 23
1
parsing a structured object
Hi All,
Thanks in advance for your help. I take this to be a very basic
question, but I'm very new to R.
I'm trying to figure out how to parse an object. I have the following:
> fileLocation
location
1 foo.csv
> fileLocation$location
[1] foo.csv
Levels: foo.csv
What I want to get back is
2006 Nov 04
0
Appending a String to A Field
I have the following update method and need to append a subdirectory to a
single field..
def update
@product = Product.find(@params[:id])
if @product.update_attributes(@params[:product])
flash[''notice''] = ''Product was successfully updated.''
redirect_to :action => ''show'', :id => @product
else
render_action
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
V;
Sent via BlackBerry from T-Mobile
-----Original Message-----
From: r-help-request at r-project.org
Date: Tue, 30 Sep 2008 12:00:06
To: <r-help at r-project.org>
Subject: R-help Digest, Vol 67, Issue 31
Send R-help mailing list submissions to
r-help at r-project.org
To subscribe or unsubscribe via the World Wide Web, visit
https://stat.ethz.ch/mailman/listinfo/r-help
or, via email,