-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi @tasospsy can you help setup the grasple link to the item table?
I have added the general link to your get link function below
ShareStats_website/items-df.qmd
Line 52 in 9873dad
| grasple_link <- 'https://app.grasple.com/#/challenge/' # for direct link to grasple |
I'm stuck on your function because it uses the folder column as input. I'm not sure how to proceed, and instead of diving in deeply, I thought to ask you.
I got a ShareStats item name Grasple exersse.id file that I read here
ShareStats_website/items-df.qmd
Line 76 in 9873dad
| grasple.links <- read.csv("20250813-ShareStats-Grasple-Links.csv") |
and merge here
ShareStats_website/items-df.qmd
Line 80 in 9873dad
| # dat <- merge(dat, grasple.links, by.x = "name", by.y = "item.name") |
I also added the html dropdown tekst here
ShareStats_website/items-df.qmd
Line 116 in 9873dad
| <!-- <li><a class="dropdown-item" href="#">Grasple</a></li> --> |