Receiving an error for datatable despite several efforts to run it.
Data dictionary
This is the data dictionary.
Data_Dictionary <- read_xlsx('C:/Users/gracehe/Box/Linear Growth/1.Raw_Data/ComPAS/Final clean dataset ComPAS trial (Stage 2)/S5 ComPAS Main Paper Data Dictionary_3 July 2019.xlsx')
xfun::session_info('DT')
remove.packages("htmltools")
remove.packages("DT")
install.packages("DT")
library("DT")
datatable(Data_Dictionary)
Not sure if related to my R version update?
Show in New Window
R version 4.2.3 (2023-03-15 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8 LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C LC_TIME=English_United States.utf8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.2.3 tools_4.2.3 rstudioapi_0.14 knitr_1.42 xfun_0.38 evaluate_0.20