Skip to contents

This function returns the number of columns and the number of rows in a given file. It uses the system function to execute shell commands.

Usage

get_file_info(filepath, verbose = FALSE)

Arguments

filepath

The path to the file.

verbose

If TRUE, message the number of columns and rows.

Value

A list with the number of columns and rows.