remove_autonamed {crossmeta}R Documentation

Remove columns that are autonamed by data.table

Description

Auto-named columns start with 'V' followed by the column number.

Usage

remove_autonamed(ex)

Arguments

ex

data.frame loaded with fread

Value

ex with auto-named columns removed.


[Package crossmeta version 1.19.0 Index]