R/read_contributors_table.R
read_contributors_table.Rd
This function reads the contributors_table
given the path if the
file is a csv, tsv or an xlsx. The function can read
googlesheets if share url is provided or local files if
path to the local folder is provided.
read_contributors_table(contributors_table_path)
contributors_table_path | the full path to the file with extension |
---|
The function returns the contributors table as a dataframe.
If the file is an xlsx the function only reads the first sheet.