Saving any notes

You can copy+paste any notes you have on AnVIL so far, or download files you’ve changed:

  • Select the box next to the file you want to download in the Files pane
  • Click “More”
  • Click “Export”

Saving any notes

.

Updating files

Remember, we want to update files on AnVIL if there are changes in the remote repository!

We can run the following in the RStudio terminal to update everything.

git pull --force

Updating files

.