convert_str_xlmerged: Convert str data from Excel with merged column headers to...

Description Usage Arguments Examples

View source: R/convert_str.R

Description

Function that can import the US or WW data file from STR. This has to deal with the fact that the file has merged cells for the market names.

Usage

1
convert_str_xlmerged(input_file_name, output_file_name, input_path)

Arguments

input_file_name

Name of the input file.

output_file_name

Name of the output file.

input_path

Examples

1
2
3
4
arlodr::convert_str_xlmerged(
input_file_name = "TourismEconomicsUS_201708.xls",
output_file_name = "strtidy_us_201708.csv",
input_path = c("input_data/str_data_restrict/"))

aranryan/arlodr documentation built on Oct. 8, 2020, 12:46 p.m.