Skip to content

Commit

Permalink
enhance(download): add code example for Stata (#4200)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber authored Nov 21, 2024
1 parent 4a624e0 commit 95a5743
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ df <- read.csv("${props.csvUrl}")
# Fetch the metadata
metadata <- fromJSON("${props.metadataUrl}")`,
Stata: `import delimited "${props.csvUrl}", encoding("utf-8") clear`,
}

return (
Expand Down

0 comments on commit 95a5743

Please sign in to comment.