Skip to content

Instantly share code, notes, and snippets.

@anonhostpi
Created January 14, 2024 12:46
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