View source: R/data-structures.R
lib_maven | R Documentation |
Maven Library (Scala)
lib_maven(coordinates, repo = NULL, exclusions = NULL)
coordinates |
Gradle-style Maven coordinates. For example:
|
repo |
Maven repo to install the Maven package from. If omitted, both Maven Central Repository and Spark Packages are searched. |
exclusions |
List of dependencies to exclude. For example:
|
libraries()
Other Library Objects:
lib_cran()
,
lib_egg()
,
lib_jar()
,
lib_pypi()
,
lib_whl()
,
libraries()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.