issues
search
Gilead-BioStats
/
gsm
Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
39
stars
9
forks
source link
Closes #1722 Study Status Table display bugfix of indiscriminant first five attributes
#1812
Closed
zdz2101
closed
2 months ago
zdz2101
commented
2 months ago
Overview
Use of
slice(1:5)
contributed to indiscriminant first five attributes
To fix, need to find some sort of logic that grabs: protocol id, nickname, and site/participant numbers
Took a look at the
testthat
file that corresponded to
Report_StudyInfo()
to grab what looked like controlled terminology/standard convention names
Test Notes/Sample Code
Notes:
Overview
slice(1:5)
contributed to indiscriminant first five attributestestthat
file that corresponded toReport_StudyInfo()
to grab what looked like controlled terminology/standard convention namesTest Notes/Sample Code
Notes: