PDFCLOUD-5203 Initial R samples#106
Merged
datalogics-erics merged 5 commits intoSep 4, 2025
Merged
Conversation
Merged
d546b19 to
7262e01
Compare
- Added JSON and Multipart payload examples for generating Markdown and rasterized PDFs. - Introduced a "Complex Flow" R script for merging multiple file types into a single PDF. - Included `.Renviron.example` for API key configuration and optional EU endpoint setup. - Added `README.md` with setup instructions, usage examples, and project structure details. - Provided `requirements.R` for dependency installation.
- Standardized `tryCatch` usage across all R examples for consistent error handling. - Improved file extension handling in "Complex Flow" script for better readability. - Added `.lintr` configuration for styling and removed redundant code. - Updated `.gitignore` to include `.cache/` directory for local styler cache.
…ple` - Included URL for GDPR compliance details in `.Renviron.example`, `AGENTS.md`, and R example scripts. - Enhanced comments to guide users on EU region API usage.
7262e01 to
605fa12
Compare
Contributor
datalogics-erics
approved these changes
Sep 4, 2025
datalogics-erics
left a comment
Contributor
There was a problem hiding this comment.
Tested and confirmed new R code samples run as expected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Please review/merge #105 first