Displaying 1 result from an estimated 1 matches for "fll92_1a".
2005 Jul 27
1
get the content of object in ls()?
Hi,
I am wirting a R script to process some data routinely and have a problem
when try to get the content of object in ls()?
Here is the script:
> ls()
[1] "a" "b"
[3] "files.num" "fll92_1a_gpr"
[5] "fll92_1a_gpr_norm" "fll92_1a.gpr.norm.scale"
[7] "fname" "fullnames"
[9] "gal" "galfile"
[11] "i" "readGalfile2"
[13] "sample1" "ttest1"
> grep("_gpr$",ls())
[1] 4
> ls...