Skip to content

Commit

Permalink
updating student anvil guide Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ehumph committed Jun 26, 2024
1 parent 235346b commit d904868
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 d904868

Please sign in to comment.