import_hmrc_excel | R Documentation |
import_hmrc_excel
takes the path to an excel file of hmrc tax credits
data and attempts to convert it to a csv. You must provide the function with
the information it needs to extract the correct data.
import_hmrc_excel(excelname, sheet, skip, cols, date)
excelname |
A filepath for an excel file of hmrc tax credits data. |
sheet |
A string specifying the name of the worrksheet that contains data on Parliamentary constituencies. |
skip |
An integer specifying the number of rows to skip before the lowest header row. |
cols |
A vector of integers specifying the numbers of the columns that contain the expected data, in the expected sequence. |
date |
A date representing the date of the dataset. This is typically the first of the month for which the dataset is published. |
A dataframe of the extracted tax credits data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.