powered by
tokenize_file(path)tokenize_string(string)
tokenize_string(string)
data.frame
ll{ value The token's contents, as a string. row The row where the token is located. column The column where the token is located. type The token type, as a string. }
value
row
column
type
tokenize_string("x <- 1 + 2")
Run the code above in your browser using DataLab