generated from jhudsl/AnVIL_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from fhdsl/student-anvil-guide
Updating student anvil guide Rmd
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
) | ||
``` |