Learn R Programming

wrds (version 0.0.1)

fill_sic_codes: Fill missing SIC codes from company header

Description

Internal function that joins fundamentals data with company header to fill missing historical SIC codes using coalesce.

Usage

fill_sic_codes(tbl, wrds)

Value

A collected tibble with sic column (character, coalesced from sich and header sic).

Arguments

tbl

A lazy table from funda/fundq.

wrds

Database connection.