Skip to content

Add source argument for mock function#107

Open
catalamarti wants to merge 3 commits intomainfrom
issue_98
Open

Add source argument for mock function#107
catalamarti wants to merge 3 commits intomainfrom
issue_98

Conversation

@catalamarti
Copy link
Contributor

fix #98

Replaces deprecated 'con', 'writeSchema', and 'seed' parameters with a new 'source' parameter to specify the insertion method ('local' or 'duckdb'). Updates function logic and documentation to reflect these changes, and adds deprecation warnings for old parameters.
All example code in R scripts and documentation now explicitly sets source = "duckdb" in mockMeasurementDiagnostics(). This clarifies the database backend used in examples and improves reproducibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

To use source argument in mock function

1 participant