Hi, thanks for building a very inspiring package.
What happened?
I tried this code as readme suggests
remotes:install_github('brad-cannell/codebookr')
library(codebookr) # install
data(study) # load
study_codebook <- codebook(study) # build code book
print(study_codebook, "test.docx") # print as docx file
and "not finished" result created like below figure and file.

test.docx
Here's what I tried.
I tried to "debug" codes of package, and I checked temp file created successfully

and also rdocx object has them ( I checked element count has changed 6 -> 10 )

but after that, print(rdocx, 'test.docx') worked not properly
So maybe print function has some problem. (which I can't found)
Any suggestion will be helpful.
Thanks.
Kim
Hi, thanks for building a very inspiring package.
What happened?
I tried this code as readme suggests
and "not finished" result created like below figure and file.
test.docx
Here's what I tried.
I tried to "debug" codes of package, and I checked temp file created successfully
and also rdocx object has them ( I checked element count has changed 6 -> 10 )
but after that, print(rdocx, 'test.docx') worked not properly
So maybe
printfunction has some problem. (which I can't found)Any suggestion will be helpful.
Thanks.
Kim