Hi, first I want so say hello to all the members of the list. After working with SAS and SPSS, I do my first steps with R.
I have a problem with the copy function of the svIO-library. The ascii option works, but with the latex-option, an error message appears ("invalid filename argument"): > library(svIO) Lade nötiges Paket: svMisc Lade nötiges Paket: R2HTML > data(iris) > copy(iris, type = "typelist") [1] "raw" "ascii" "html" "latex" > copy(iris, type = "ascii") > copy(iris, type = "latex") Fehler in file.info(lib.loc) : ungültiges Dateinamensargument (invalid filename argument) Can it be that an installed latex-System is needed for the latex-option of the copy-function in svIO? On my platform I didn´t install a latex-System (Miktex?) yet. My Platform: Windows XP R-Version: 2.6.1 Information für Paket 'svIO' Version: 0.9-5 Date: 2006-04-24 Maintainer: Philippe Grosjean <[EMAIL PROTECTED]> Can you help me? Thanks in advance! Udo König Clinic for child and adolescent psychiatry Philipps-University of Marburg / Germany ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.