guilhemheinrich / R-opensilex-package

Other
0 stars 1 forks source link

Add possibility to export data in wide format #5

Closed chabrault closed 2 years ago

chabrault commented 2 years ago

Add a parameter to control type of output (long or wide)

chabrault commented 2 years ago

There is an error in the line 70 of the changed file, the code must be replaced by: final_df <- dplyr::filter(result_df, Target.URI %in% so_list$uri)