winch_init_library | R Documentation |
On Windows, function names in native stack traces can be obtained for only one library at a time. Call this function to set the library for which to obtain symbols.
winch_init_library(path = NULL, force = FALSE)
path |
Path to the DLL. |
force |
Reinitialize even if the path to the DLL is unchanged from the last call. |
This function is called for its side effects.
winch_call()
winch_init_library(getLoadedDLLs()[["rlang"]][["path"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.