Figure 1: Remote development setup with MacStudio as server and VS Code integration
A step-by-step guide to creating a powerful, private AI coding assistant using Ollama and Continue extension in VS Code, with remote server capabilities.
This is some red text.
| ##' Modifies 'data' by adding new values supplied in newDataFileName | |
| ##' | |
| ##' newDataFileName is expected to have columns | |
| ##' c(lookupVariable,lookupValue,newVariable,newValue,source) | |
| ##' | |
| ##' Within the column 'newVariable', replace values that | |
| ##' match 'lookupValue' within column 'lookupVariable' with the value | |
| ##' newValue'. If 'lookupVariable' is NA, then replace *all* elements | |
| ##' of 'newVariable' with the value 'newValue'. | |
| ##' |