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

View source: R/convert_str.R

convert_str_xlmergedR Documentation

Convert str data from Excel with merged column headers to tidy csv

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

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


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 Jan. 21, 2025, 2:11 p.m.