Skip to content

Commit

Permalink
Update dev.mdJSONdictio.R
Browse files Browse the repository at this point in the history
  • Loading branch information
hdvincelette committed Feb 23, 2024
1 parent 3b14db9 commit 74881aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/dev.mdJSONdictio.R
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ path<-system.file("extdata", "e.g.dictionary2.json", package = "mdJSONdictio")
input.json <- rjson::fromJSON(file = path)

# Translate list to data frame
new.table<- mdJSONdictio::build.table(x = input.json, dictionary_num = 1, entity_num = 2)
new.table<- mdJSONdictio::build.table(x = input.json, dictionary_num = 1, entity_num = 1)

# Export table to disk
write.csv(x = new.table, file = "e.g.dictionary2.csv", na="", row.names = FALSE)
Expand Down

0 comments on commit 74881aa

Please sign in to comment.