Skip to content

Commit b9a3ff3

Browse files
authored
Update README.md
1 parent 5c050de commit b9a3ff3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ Most importantly:
8383

8484
**Step 7:** Have fun :)
8585

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+
8693
## How to Use the `blog` Docker Image for Local Development
8794

8895
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

Comments
 (0)