Skip to content

Commit

Permalink
docs: fix file extension for R script
Browse files Browse the repository at this point in the history
  • Loading branch information
wvxcheung authored Jun 13, 2023
1 parent a1cb0db commit 9fd239c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/r_example.r → docs/examples/r_example.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ query1$query('Infobase', '{
result <- con$exec(query1$queries$Infobase)

results1 <- fromJSON(result, flatten = TRUE)
Infobase <- results1[["data"]][["Infobase"]]
Infobase <- results1[["data"]][["Infobase"]]

0 comments on commit 9fd239c

Please sign in to comment.