You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,13 @@ Most importantly:
83
83
84
84
**Step 7:** Have fun :)
85
85
86
+
## Tips and Tricks
87
+
88
+
* You can use the [link](https://cran.r-project.org/web//packages//link/index.html) package to create dynamic links for a function to its package down website in a blog post. For example,
89
+
instead of doing function_name with markdown syntax for url linking, i.e [link](https://cran.r-project.org/web//packages//link/index.html), you can just do `admiral::derive_vars_dy()`
90
+
and it will create the link in your blog post. See the raw code in this post [admiral 1.0.0](https://pharmaverse.github.io/blog/posts/2023-12-18_admiral_1_0/admiral_1_0.html) to see
91
+
it in action.
92
+
86
93
## How to Use the `blog` Docker Image for Local Development
87
94
88
95
Contributors can benefit from using the [`blog` Docker image](https://github.com/pharmaverse/blog/pkgs/container/blog) when creating their blog posts.
0 commit comments