8 questions from the last 1 days
0
votes
0
answers
30
views
how to read_html https://finngen.gitbook.io/documentation in r
I use
read_html("https://finngen.gitbook.io/documentation")
with error
Error in open.connection(x, "rb") : cannot open the connection
however i can oepn https://finngen.gitbook....
Advice
0
votes
0
replies
35
views
Find and process @concept tags in .Rd files
In several packages, I've added @concept tags to Roxygen documentation for datasets. I'd like to process these to create a datasets.csv file for the package, that would include these as tags for each ...
0
votes
2
answers
54
views
Control levels the marginaleffects library uses when stratifying a numeric variable
I'm trying to use the marginaleffects library in R to get the estimates of a bunch of interaction effects from a bunch of different models. When I pass it an interaction that has a continuous ...
0
votes
0
answers
68
views
Reuse function in a package
I'm trying to reuse a function from one of my packages that installs the latest version of my package in another package. The original package is {pkgA} and the function is update(). The function uses ...