> I am struggling to get Quarto producing a list of figures from a Quarto
> book.
>
> Where may I find a working sample to get inspiration from?
You will have more luck asking at
https://github.com/quarto-dev/quarto-cli/discussions
__
R-devel@r-project.
I am struggling to get Quarto producing a list of figures from a Quarto
book.
Where may I find a working sample to get inspiration from?
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/lis
Hi,
A common idiom in the R sources is to convert objects between LANGSXP
and LISTSXP by using SET_TYPEOF. However, this is soon going to be
disallowed in packages. From what I can see, there isn't currently a
direct way to convert between these two object types using the
available API. At the R l