# Load a data frame from a file and convert integer columns
file_path <- system.file(
"extdata",
"example_df_read_table.csv",
package="W4MRUtils"
)
str(W4MRUtils::df_read_table(
file_path,
sep = ",",
force_numeric = TRUE,
header=TRUE
))
Run the code above in your browser using DataLab