From d9048687352b2d29b11e31763c0b93e6ac5db35a Mon Sep 17 00:00:00 2001 From: Elizabeth Humphries Date: Wed, 26 Jun 2024 13:00:25 -0400 Subject: [PATCH] updating student anvil guide Rmd --- 08-student_anvil_guide.Rmd | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/08-student_anvil_guide.Rmd b/08-student_anvil_guide.Rmd index 8d3c87f..7f61e32 100644 --- a/08-student_anvil_guide.Rmd +++ b/08-student_anvil_guide.Rmd @@ -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" +) +```