View source: R/data_transforms.R
get.transpose | R Documentation |
Transpose a data frame
get.transpose(df)
df |
Data frame to be transposed |
The transposed data frame. First variable entries become column names.
service <- c("Sign up") description <- c("Email will\r\n\t\t\t\t\t\t\t be sent to the registered address from aqsdatamart@epa.gov.") df <- data.frame(service, description) t.df <- epair:::get.transpose(df) t.df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.