Hello,
>titletool<-read.csv("TotalCSVData.csv",header=FALSE,sep=",")

> class(titletool)
[1] "data.frame"

>titletool[1,1]
[1] Experiment name : CONTROL DB AD_1

>t<-titletootl[1,1]

>t
[1] Experiment name : CONTROL DB AD_1

>class(t)
[1] "character"

now i want to create an object (vector) with the name "Experiment name :
CONTROL DB AD_1" , or even better if possible CONTROL DB AD_1

Thank you

--
View this message in context: 
http://r.789695.n4.nabble.com/How-to-use-a-text-in-an-object-of-class-character-position-to-create-a-vector-with-the-text-as-name-tp4636755.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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.

Reply via email to