Search results

  1. stat.ethz.ch/R-manual/R-devel/library/​base/html/data...   Cached
    NULL or a single integer or character string specifying a column to be used as row names, or a character or integer vector giving the row names for the data frame.
  2. tolstoy.newcastle.edu.au/R/help/06/05/​27588.html   Cached
    ... but you could do it by splitting x into 3 parts to pass to ... vectors and don't write column/row names ... another character in write.table() ...
  3. www.inside-r.org/packages/cran/​RCassandra/docs/RC.use   Cached
    vector of column names comparator ... row keys (character vector) k.start start key (or token) ... a table may have different number of columns for each row, ...
  4. www.rforge.net/doc/packages/RCassandra/​RC.get.html   Cached
    row keys (character vector) k.start: ... result is a data frame with row names as keys and ... the schema for the "iris" CF RC.write.table(c, "iris ...
  5. home.comcast.net/~lthompson221/5537/​splus...   Cached
    ... -NULL # if merged components are consequtive OR: names(new.list)-as.character ... as is write.table ... row.names=NULL) samples # y - vector of sample ...
  6. cran.r-project.org/doc/manuals/R-​data.html   Cached
    R prefers the header line to have no entry for the row names, ... row names, which is what write.table will provide ... as character vectors and then tries to ...
  7. datatable.r-forge.r-project.org/​datatable-faq.pdf
    File format: Adobe PDF
    since a data.table is a list, too, you can write DT[["x"]] or DT ... it may be simpler to pass a character vector to j and use with ... What if we want row names and
  8. www.inside-r.org/packages/cran/sqldf/​docs/sqldf   Cached
    Character string representing an SQL select statement or character vector whose ... is unable to determine the class. row.names ... to sqldf write.table ...
  9. www.stat.auckland.ac.nz/~paul/ItDT/HTML/​node77.html   Cached
    The subset may be a numeric vector, a character vector (names) ... write.table(x, file, ... the result is a vector with one value per row (or column) ...
  10. svn.r-project.org/R/trunk/doc/manual/R-​data.texi