View source: R/03-data_frame.R
df_splitByCol | R Documentation |
针对数据分列处理,按指定列进行处理
df_splitByCol(
data,
var_txt = "FLog",
var_split = "log_datetime",
var_left = "author",
left_skip = 2,
var_right = "content",
right_skip = 4
)
data |
数据框 |
var_txt |
原始内容列 |
var_split |
分列依据字段 |
var_left |
左边字段 |
left_skip |
分列左边忽略字符数 |
var_right |
右边字段 |
right_skip |
分列右边忽略字符数 |
返回数据框
df_splitByCol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.