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
@parmsam-pfizer We just need to keep in mind that there are some instances where it cannot identify the correct package for a function. It will show something like [NOT FOUND]. Another place it fails to find the correct package is if the package exports a list of functions, not individual functions. This was discussed a bit here, pharmaverse/logrx#140 (comment)
We added the ability for users of logrx to write an RDS object last year: https://pharmaverse.github.io/logrx/reference/axecute.html This object could be used as an intermediate to help populate the ADRG with some of the content we are currently discussing. Here are the attributes logrx collects upon execution of an R script: https://pharmaverse.github.io/logrx/articles/logrx.html#log-attributes.
Here's a simple example to help get us started:
adsl.R
based on admiral documentation:runner.R
script that executesadsl.R
via logrx@nicholas-masel might like this example.
The text was updated successfully, but these errors were encountered: