Skip to content

Commit

Permalink
long line in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
datapumpernickel committed Nov 13, 2023
1 parent 6eb6616 commit e281508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/cmd_codes.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ library(tidyverse)

# Get HS codes ------------------------------------------------------------

hs_cmd_codes_raw <- jsonlite::fromJSON("https://comtradeapi.un.org/files/v1/app/reference/HS.json")$results
hs_cmd_codes_raw <- jsonlite::fromJSON("https://comtradeapi.un.org/files/v1/app/reference/HS.json")$results # nolint

hs_cmd_codes <- hs_cmd_codes_raw |>
transmute(
Expand Down

0 comments on commit e281508

Please sign in to comment.