Count_Rows | R Documentation |
Number of rows of a file
Count_Rows(PATH, verbose = FALSE)
PATH |
a character string specifying the path to a file |
verbose |
either TRUE or FALSE |
This function returns the number of rows for a file. It doesn't load the data in memory.
a numeric value
library(textTinyR)
PATH = system.file("example_files", "word_vecs.txt", package = "textTinyR")
num_rows = Count_Rows(PATH)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.