[R] this is not a list, not a data frame, but what ?

Ulrik Stervbo ulrik.stervbo at gmail.com
Wed Feb 17 13:43:37 CET 2016


Hi Jean,

the 'unused argument (stringAsFactors = FALSE)' gives you a good clue. It
tells you, that you are passing an unexpected argument to the read.table
function.

In this case the argument is stringsAsFactors (string in plural).

I don't know how you modify the columns, but the factors should not be the
reason why it doesn't work.

If your table have headers as hinted in the data.frame example, you should
include header = TRUE

Hope this helps
Ulrik

On Wed, 17 Feb 2016 at 12:01 MAURICE Jean - externe <
jean-externe.maurice at edf.fr> wrote:

> I need some more help !
>
>
>
> Data.frame is working great but for one thing : once the file has been
> read, I can’t modify a ‘string’ column. This is, I suppose, because the
> column is a factor.
>
>
>
> But I get an error when I write :
>
> > mim = read.table(file = "GESDYN_COMPLET_parametres.txt", row.names =
> "clef", stringAsFactors = FALSE)
>
> Error in read.table(file = "GESDYN_COMPLET_parametres.txt", row.names =
> "clef",  :
>
>   unused argument (stringAsFactors = FALSE)
>
> Why ?
>
> Jean
>
>
>
>
> Ce message et toutes les pièces jointes (ci-après le 'Message') sont
> établis à l'intention exclusive des destinataires et les informations qui y
> figurent sont strictement confidentielles. Toute utilisation de ce Message
> non conforme à sa destination, toute diffusion ou toute publication totale
> ou partielle, est interdite sauf autorisation expresse.
>
> Si vous n'êtes pas le destinataire de ce Message, il vous est interdit de
> le copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou
> partie. Si vous avez reçu ce Message par erreur, merci de le supprimer de
> votre système, ainsi que toutes ses copies, et de n'en garder aucune trace
> sur quelque support que ce soit. Nous vous remercions également d'en
> avertir immédiatement l'expéditeur par retour du message.
>
> Il est impossible de garantir que les communications par messagerie
> électronique arrivent en temps utile, sont sécurisées ou dénuées de toute
> erreur ou virus.
> ____________________________________________________
>
> This message and any attachments (the 'Message') are intended solely for
> the addressees. The information contained in this Message is confidential.
> Any use of information contained in this Message not in accord with its
> purpose, any dissemination or disclosure, either whole or partial, is
> prohibited except formal approval.
>
> If you are not the addressee, you may not copy, forward, disclose or use
> any part of it. If you have received this message in error, please delete
> it and all copies from your system and notify the sender immediately by
> return message.
>
> E-mail communication cannot be guaranteed to be timely secure, error or
> virus-free.
>

	[[alternative HTML version deleted]]



More information about the R-help mailing list