data-raw/param-id/process-param-id.R

# Copyright 2020 Province of British Columbia
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.

library(readxl)

param_id <- read_excel('data-raw/param-id/parameterList_viaWebService.xlsx')

colnames(param_id) <- c("Parameter", "Code", "Unit", "Name_En", "Name_Fr",  "Description_En", "Description_Fr")

usethis::use_data(param_id, overwrite = TRUE)
bcgov/tidyhydat documentation built on Jan. 15, 2024, 4:03 a.m.