Wednesday 21 August 2019

R make.names

make.names {base}R Documentation

Make Syntactically Valid Names

Description

Make syntactically valid names out of character vectors.

Read Excel Using the 'readxl' Package

read_excel("...", sheet = string, range = 'B1:C7')

OR

read_excel("...", sheet = string, range = cell_cols('B:C'))

read_excel("...", sheet = string, skip = 1)