Skip to content

Instantly share code, notes, and snippets.

@NRBPerdijk
Last active April 30, 2019 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NRBPerdijk/72f9552fe0267d5fac9581d5b4e81470 to your computer and use it in GitHub Desktop.
Save NRBPerdijk/72f9552fe0267d5fac9581d5b4e81470 to your computer and use it in GitHub Desktop.
// This source will use the provided Domain instance to create objects as they have been
// defined in the Scala domain.
val sourceWithBindings: Source =
Source
.newBuilder("R", Main.getClass.getResource("fun_WithBindingsWeatherForecasts.R"))
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment