Created
January 14, 2024 12:46
-
-
Save anonhostpi/019406076baf3a6b7516c490a9628be1 to your computer and use it in GitHub Desktop.
Run R code in PowerShell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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