View source: R/01-vec_character.R
text_dcast | R Documentation |
将数据框按行按行进行扩展
text_dcast(
data,
var_rows = c("FNumber", "FName"),
var_cols = "FType",
var_values = c("FSPID", "FSPName")
)
data |
数据 |
var_rows |
行上数据 |
var_cols |
列上数据 |
var_values |
显示数据 |
返回值
text_dcast();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.