Description Usage Arguments Value Examples
View source: R/detect_syntax.R
Detect syntax in a source text
1  | detect_syntax(text, language = "en", ...)
 | 
text | 
 A character string containing a text to syntax analyze, or a character vector to perform analysis separately for each element.  | 
language | 
 A character string containing a two-letter language code.  | 
... | 
 Additional arguments passed to   | 
A data frame
1 2 3 4 5 6 7 8 9  | ## Not run: 
  # simple example
  detect_syntax("The quick brown fox jumps over the lazy dog.")
  txt <-c("The quick brown fox jumps over the lazy dog.",
          "I have never been happier!")
  detect_syntax(txt)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.