How to remove first character of a string in R. r1min read ... month = 'july' result = substring(month, 2) print(result). Output: [1] "uly".
確定! 回上一頁