Skip to content

Commit

Permalink
re-rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
nehamoopen committed Aug 6, 2024
1 parent 4b3970a commit f1cc24b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion book/codebooks.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ codebook <- rename(codebook, qname = name)
codebook <- full_join(survey_questions, codebook, by = "qname")
write_xlsx(codebook, "documentation/codebook-demo.xlsx")
```
```

The `labelled` R package can also do something similar.
2 changes: 1 addition & 1 deletion book/index.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is XeTeX, Version 3.141592653-2.6-0.999995 (MiKTeX 23.5) (preloaded format=xelatex 2023.10.23) 6 AUG 2024 15:27
This is XeTeX, Version 3.141592653-2.6-0.999995 (MiKTeX 23.5) (preloaded format=xelatex 2023.10.23) 6 AUG 2024 15:34
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
Expand Down
Binary file modified book/index.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion book/index.tex
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@

\begin{document}
\maketitle
\ifdefined\Shaded\renewenvironment{Shaded}{\begin{tcolorbox}[sharp corners, borderline west={3pt}{0pt}{shadecolor}, boxrule=0pt, breakable, enhanced, frame hidden, interior hidden]}{\end{tcolorbox}}\fi
\ifdefined\Shaded\renewenvironment{Shaded}{\begin{tcolorbox}[sharp corners, frame hidden, interior hidden, breakable, enhanced, borderline west={3pt}{0pt}{shadecolor}, boxrule=0pt]}{\end{tcolorbox}}\fi

\renewcommand*\contentsname{Table of contents}
{
Expand Down Expand Up @@ -764,6 +764,8 @@ \section*{codebook R package}\label{codebook-r-package}}
write_xlsx(codebook, "documentation/codebook-demo.xlsx")
\end{verbatim}

The \texttt{labelled} R package can also do something similar.

\bookmarksetup{startatroot}

\hypertarget{references-2}{%
Expand Down
1 change: 1 addition & 0 deletions docs/codebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ <h2 class="anchored" data-anchor-id="codebook-r-package">codebook R package</h2>
codebook &lt;- full_join(survey_questions, codebook, by = "qname")

write_xlsx(codebook, "documentation/codebook-demo.xlsx")</code></pre>
<p>The <code>labelled</code> R package can also do something similar.</p>


</section>
Expand Down

0 comments on commit f1cc24b

Please sign in to comment.