Skip to content

vignettes not works as expected #35

@jhk0530

Description

@jhk0530

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.

스크린샷 2022-08-23 오후 10 42 24

test.docx


Here's what I tried.

I tried to "debug" codes of package, and I checked temp file created successfully

스크린샷 2022-08-23 오후 10 59 40

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

스크린샷 2022-08-23 오후 10 59 26

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions