Skip to content

Commit

Permalink
fixing hard coded path
Browse files Browse the repository at this point in the history
  • Loading branch information
collinschwantes committed Aug 29, 2024
1 parent cd1031c commit 3160453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/expand_frictionless_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ expand_frictionless_metadata <- function(structural_metadata,
data_package <- data_package|>
frictionless::remove_resource(resource_name) |>
frictionless::add_resource(resource_name = resource_name,
data = "data_examples/my_data.csv",
data = resource_path,
schema = my_data_schema,
)

Expand Down

0 comments on commit 3160453

Please sign in to comment.