Nothing
# Current PATH
current_path <- Sys.getenv("PATH")
# Directory to append
new_path <- "/Users/limcw/.nvm/versions/node/v20.9.0/bin"
# Append new path to the current PATH
Sys.setenv(PATH = paste(current_path, new_path, sep = ":"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.