Description Usage Arguments Details Value Backends Packages
Initialise a session, installs TextAnalysis or StringAnalysis Juia dependency if needed.
1 2 3 4 5 6 7 8 9 | init_textanalysis(...)
init_stringanalysis(...)
switch_backend(...)
install_textanalysis(version = c("stable", "latest"))
install_stringanalysis(version = c("stable", "latest"))
|
... |
Arguments passed to julia_setup. |
version |
Whether to install the stable version from the registry (recommended) or the latest version from github. |
Some functions might require the latest
Github version.
Invisibly returns TRUE
is successful.
Two backends are available, TextAnalysis and StringAnalysis. The former is the original repository while the second is a hard-fork, of the former which is "designed to provide a richer, faster and orthogonal API."
Packages installed by init_textanalysis
are:
TextAnalysis
Languages
Packages installed by init_stringanalysis
are:
StringAnalysis
Languages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.