Skip to content

Instantly share code, notes, and snippets.

@anonhostpi
Created January 14, 2024 12:46
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 anonhostpi/019406076baf3a6b7516c490a9628be1 to your computer and use it in GitHub Desktop.
Save anonhostpi/019406076baf3a6b7516c490a9628be1 to your computer and use it in GitHub Desktop.
Run R code in PowerShell
Import-Package R.NET
$r = [RDotNet.REngine]::GetInstance()
$r.Evaluate('cat("Hello World")')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment