Wednesday 21 August 2019

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)

No comments:

Post a Comment