Skip to content

Commit

Permalink
Merge pull request #24 from fhdsl/student-anvil-guide
Browse files Browse the repository at this point in the history
Updating student anvil guide Rmd
  • Loading branch information
ehumph authored Aug 20, 2024
2 parents cd03800 + b62e639 commit 2378d05
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions 08-student_anvil_guide.Rmd
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# (PART\*) Student Guide to AnVIL {-}


# AnVIL Workspace

```{r, include = FALSE}
ottrpal::set_knitr_image_path()
```

You can easily access the data on AnVIL by cloning the dedicated workspace. These sections guide you through creating an AnVIL account and accessing the workspace.


## Create Google Account

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_google_create_account.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```

## Clone the Workspace

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_workspace_clone.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```

0 comments on commit 2378d05

Please sign in to comment.