Skip to content

Commit

Permalink
Merge pull request #32 from 3mmaRand/structure-extra
Browse files Browse the repository at this point in the history
Structure extra
  • Loading branch information
3mmaRand authored Nov 26, 2023
2 parents f42e65d + e28e71a commit bbc53b7
Show file tree
Hide file tree
Showing 5 changed files with 2,009 additions and 1 deletion.
7 changes: 7 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ website:
file: omics/omics.qmd
- text: "Image Analysis"
file: images/images.qmd
- text: "Structure Analysis"
file: structures/structures.qmd
tools:
- icon: twitter
href: https://twitter.com/er_13
Expand Down Expand Up @@ -141,6 +143,11 @@ website:
contents:
- href: images/images.qmd
- text: Extra help
- title: "Structures"
style: "floating"
contents:
- href: structures/structures.qmd
- text: Extra help

execute:
echo: true
Expand Down
5 changes: 4 additions & 1 deletion images/images.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,12 @@ tracking <- tracking |>

You now have a dataframe with all the tracking data which is relatively easy to summarise and plot using tools you know.

There is an example RStudio project containing this code here: [tips](https://github.com/3mmaRand/tips). You can download and open directly in RStudio using the following code. Since this is an RStudio Project, do not run the code from inside a project:
There is an example RStudio project containing this code here: [tips](https://github.com/3mmaRand/tips). You can also download the project as a zip file from there but there is some code that will do that automatically for you. Since this is an RStudio Project, do not run the code from inside a project:

```{r}
#| eval: false
usethis::use_course(url = "3mmaRand/tips")
```

You can agree to deleting the zip. You should find RStudio restarts and you have a new project called tips-xxxxxx. The xxxxxx is a commit reference - you do not need to worry about that, it is just a way to tell you which version of the repro you downloaded.
You can now run the code in the project.
Loading

0 comments on commit bbc53b7

Please sign in to comment.