View source: R/obtain_NLMELicense.R
remove_NLMELicense | R Documentation |
This function attempts to remove an NLME license using the specified installation directory and licensing tool.
remove_NLMELicense(InstallDir = Sys.getenv("INSTALLDIR"))
InstallDir |
A character string specifying the directory
where the NLME Engine is installed e.g., |
The function checks for the presence of the necessary 'appsettings.json' file in the specified directory or the CAD config file specified by the 'CAD_CONFIG_FILE' environment variable, runs the licensing tool to log out the user, and attempts to remove the NLME license.
A logical value indicating whether the license information was successfully removed.
result <- remove_NLMELicense("/path/to/install/dir")
if (result) {
message("License removed successfully!")
} else {
message("Failed to remove license.")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.