powered by
Tools for tokenizing R code.
tokenize_file(path)tokenize_string(string)tokenize(file = "", text = NULL)
tokenize_string(string)
tokenize(file = "", text = NULL)
A data.frame with the following columns:
data.frame
value
row
column
type
A file path.
R code as a character vector of length one.
tokenize_string("x <- 1 + 2")
Run the code above in your browser using DataLab