Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow passing a directory containing jsons to data-sources arg #2

Merged
merged 6 commits into from
Mar 4, 2024

Conversation

mlondschien
Copy link
Member

No description provided.

@mlondschien mlondschien force-pushed the allow-dir-of-jsons-for-data-sources branch from e257d25 to 8aa77b9 Compare March 4, 2024 11:45
Copy link
Collaborator

@manuelburger manuelburger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

R/utils-file.R Outdated
}

if (isTRUE(dir.exists(dir))) {
for (dir_json in list.files(path = dir, pattern = "\\.json$",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not recursive = TRUE?

@mlondschien mlondschien merged commit aea5685 into main Mar 4, 2024
manuelburger added a commit that referenced this pull request Apr 19, 2024
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.

2 participants