Skip to content
Snippets Groups Projects
Commit be552902 authored by Xiaochen Liu's avatar Xiaochen Liu
Browse files

updatae data raw commands

parent d11b8df2
No related branches found
No related tags found
1 merge request!2Master
Pipeline #140823 passed
^.*\.Rproj$
^\.Rproj\.user$
^data-raw/
......@@ -9,4 +9,4 @@ wiki_graph <-data.frame(v1=c(1,1,1,2,2,2,3,3,3,3,4,4,4,5,5,6,6,6),
w=c(7,9,14,7,10,15,9,10,11,2,15,11,6,6,9,14,2,9))
write_csv(wiki_graph, "data-raw/wiki_graph.csv")
usethis::use_data(wiki_graph, overwrite = TRUE)
\ No newline at end of file
usethis::use_data_raw(wiki_graph, overwrite = TRUE)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment