Updated: 2024/10/24 15:08
- #### 1 column.2.row.names()
Convert a Column to Row Names in a Tibble or DataFrame. Converts the first column (or a specified column) of a dataframe or tibble into row names.
FirstCol2RowNames()
FirstCol2RowNames. Set First Col to Row Names
FirstCol2RowNames.as.df()
FirstCol2RowNames.as.df. Set First Col to Row Names
construct.file.path()
Construct File Path. Constructs a complete file path using either provided manual file name and directory
read.simple.vec()
read.simple.vec. read.simple.vec
read.simple()
read.simple. Read each line of a file to an element of a vector (read in new-line separated values, no header!).
read.simple_char_list()
read.simple_char_list. It is essentially read.table() with file/path parsing.
read.simple.table()
read.simple.table. Read in a file.
read.simple.tsv()
read.simple.tsv. Read in a file. default: header defines colnames, no rownames.
read.simple.csv()
read.simple.csv. Read in a file with excel style data: rownames in col1,
read.simple.csv.named.vector()
read.simple.csv.named.vector. Read in a file with excel style data: rownames in col1,
read.simple.ssv()
read.simple.ssv. Read in a data frame (csv), and extact a value and a name column, and convert them
read.simple.tsv.named.vector()
read.simple.tsv.named.vector. Space separeted values. Read in a file with excel style data:
read.simple.xlsx()
Read a multi-sheet XLSX easily. Read in a file with excel style named vectors, names in col1,
write.simplest()
Append or write a vector to standard file, one element per line.. Reads specified sheets from an XLSX file into a list of data frames.
write.simple()
Write Simple. Alternative to clipboard. This function takes a vector and appends it
write.simple.vec()
Write Simple Vector. Writes a matrix-like R object (e.g., a data frame) to a file as tab-separated
write.simple.tsv()
write.simple.tsv. Writes a vector-like R object to a file as newline separated values (.vec).
write.simple.append()
Write Simple Append. Write out a matrix-like R-object WITH ROW- AND COLUMN- NAMES to a file with as tab separated
write.simple.xlsx()
Write Simple XLSX. Appends a data frame without row names to an existing .tsv file with the same number
assignRownames()
Convert and save a .qs file to different formats. Write out a list of matrices or data frames with row and column names
qs.2.table()
NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.