Package: idmlr 0.1.0

idmlr: Read InDesign Markup Language (IDML) Files

Read InDesign Markup Language (IDML) Files into R. Additional functions to modify and write IDML files may be added in the future.

Authors:Eli Pousson [aut, cre, cph]

idmlr_0.1.0.tar.gz
idmlr_0.1.0.zip(r-4.7)idmlr_0.1.0.zip(r-4.6)idmlr_0.1.0.zip(r-4.5)
idmlr_0.1.0.tgz(r-4.6-any)idmlr_0.1.0.tgz(r-4.5-any)
idmlr_0.1.0.tar.gz(r-4.7-any)idmlr_0.1.0.tar.gz(r-4.6-any)
idmlr_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
idmlr/json (API)

# Install 'idmlr' in R:
install.packages('idmlr', repos = c('https://elipousson.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/elipousson/idmlr/issues

Pkgdown/docs site:https://elipousson.github.io

On CRAN:

Conda:

2.18 score 3 stars 2 scripts 16 exports 27 dependencies

Last updated from:11d05b4012. Checks:7 WARNING, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64WARNING121
source / vignettesOK160
linux-release-x86_64WARNING118
macos-release-arm64WARNING121
macos-oldrel-arm64WARNING80
windows-develWARNING221
windows-releaseWARNING203
windows-oldrelWARNING204
wasm-releaseOK90

Exports:format_idml_contentget_idml_contentsget_idml_fontsget_idml_graphicget_idml_metaget_idml_preferencesget_idml_resourceget_idml_spreadsget_idml_stylesidml_list_storiesidml_list_story_parasidml_list_stylesidml_storiesnew_idmlread_idmlvalidate_idml

Dependencies:bitbit64clicliprcpp11crayonfsgluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogresspurrrR6readrrlangtibbletidyselecttzdbutf8vctrsvroomwithrxml2

Readme and manuals

Help Manual

Help pageTopics
S3 object functions for idml class objectsidml new_idml validate_idml
Get contents from an IDML objectformat_idml_content get_idml_contents idml_contents
List stories from the content of an idml objectidml_list_stories idml_list_story_paras
List styles from an idml objectidml_list_styles
Get metadata from an IDML objectget_idml_meta idml_meta
Get fonts, styles, and graphics from an IDML objectget_idml_fonts get_idml_graphic get_idml_preferences get_idml_resource get_idml_styles idml_resource
Get spreads from an IDML objectget_idml_spreads idml_spreads
Is the object a list of XML document objects?is_list_of_xml_documents
Read an InDesign Markup Language (IDML) file to a 'idml' objectread_idml