4年前关闭。 我有一个R 字符串列表,我想获取每个字符串的最后一个元素 require(stringr) string_thing <- "I_AM_STRING" Split <- str_split(string_thing, ...
確定! 回上一頁