Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

keywordToTransposedTable

Extract a table from the excel template


Description

this function extracts transposed tables from the excel input workbook.

Usage

keywordToTransposedTable(path, keyword, mapping.tables, colNames = NULL)

Arguments

path

a character value. A valid path of an input excel workbook. The path can be relative or not.

keyword

a character value. A valid keyword corresponding to a table.

mapping.tables

a data.frame with following fields:

  • keyword: character, list of keywords.

  • name: character, sheet names corresponding to the keywords.

  • startRow: integer, starting row number corresponding to position in the excel sheet.

  • startCol: integer, starting column number corresponding to position in the excel sheet.

colNames

character vector, the colnames to be given to the parsed table.

Value

the corresponding table.

See Also


sstModel

Swiss Solvency Test (SST) Standard Models

v1.0.0
GPL-3 + file LICENSE
Authors
Loris Michel [aut], Melvin Kianmanesh Rad [aut], Adrien Lamit [aut], Michael Schmutz [cre], Swiss Financial Market Supervisory Authority FINMA [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.