powered by
bytes converter of a text file ( KB, MB or GB )
bytes_converter(input_path_file = NULL, unit = "MB")
a number
a character string specifying the path to the input file
a character string specifying the unit. One of KB, MB, GB
if (FALSE) { library(textTinyR) bc = bytes_converter(input_path_file = 'some_file.txt', unit = "MB") }
Run the code above in your browser using DataLab