Skip to content

Instantly share code, notes, and snippets.

@mribeirodantas
Created March 3, 2020 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mribeirodantas/cbe3cdc8a432287ba285378417571cad to your computer and use it in GitHub Desktop.
Save mribeirodantas/cbe3cdc8a432287ba285378417571cad to your computer and use it in GitHub Desktop.
# Create a file named evaluate.R with the content below
input_file <- read.csv2(file = 'output_dir/retained.edges.csv')
write.table(nrow(input_file),
'output_dir/metric.txt',
row.names=FALSE,
col.names=FALSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment