We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
see OHDSI/PatientLevelPrediction#305
reproducible example:
test <- c(1:10) names(test) <- paste0('name_', 1:10) ParallelLogger::saveSettingsToJson(test, file.path(getwd(), 'exampleJson.json'))
check the json and you will see there are no names
The text was updated successfully, but these errors were encountered:
I think I agree with this post, arguing we shouldn't want to support named vectors. Instead, couldn't you use a data frame or list?
Sorry, something went wrong.
No branches or pull requests
see OHDSI/PatientLevelPrediction#305
reproducible example:
test <- c(1:10)
names(test) <- paste0('name_', 1:10)
ParallelLogger::saveSettingsToJson(test, file.path(getwd(), 'exampleJson.json'))
check the json and you will see there are no names
The text was updated successfully, but these errors were encountered: