View source: R/dotNetAssembly.R
buildRawrrExe | R Documentation |
rawrr.exe
console application.builds rawrr.exe
file from C# source code requiring
.NET SDK. The console application rawrr.exe
is used by the package's reader functions through a system2 call
or a textConnection.
To use this function, ensure that the local RawFileReader NuGet packages
are added to the NuGet source list. You can accomplish this by
downloading the necessary packages with
rawrr:::.downloadNupkgs()
and subsequently running
rawrr:::.addNupkgSource()
.
buildRawrrExe()
the return value of the system2 command.
Christian Panse <cp@fgcz.ethz.ch>, 2021, 2024
https://www.mono-project.com/docs/advanced/assemblies-and-the-gac/, 2020
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/advanced
installRawrrExe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.