Skip to content
Back to formatted view

Raw Message

Message-ID: <op.tkwf7rv4lgnhok@davinci.une.net.co>
Date: 2006-12-21T07:53:41Z
From: Kenneth Cabrera
Subject: A problem with "copy()" in the svIO package

Hi R-users:

When I type the following code in R, using
the svIO package I got a problem only with
the "latex" type option.(With "raw", "ascii" and
"html" options, it works fine).

x<-1:50
copy('x', type='latex', objname='x')
Erro en file.info(fn <- c(...)) : argumento del nombre de archivo inv?lido

Thank you for your help.

Kenneth

--