wincowgerDEV / OpenSpecy-package

Analyze, Process, Identify, and Share, Raman and (FT)IR Spectra
http://wincowger.com/OpenSpecy-package/
Creative Commons Attribution 4.0 International
23 stars 11 forks source link

[Feature]: Create a spectral join function which allows left right inner or other joins between two spectral datasets #170

Open wincowgerDEV opened 5 months ago

wincowgerDEV commented 5 months ago

Guidelines

Description

I think having different ways to join spectra besides just c_spec would be really nice.

Problem

C_spec is basically an rbind. We don't currently have a way to do anything like an inner or outer join based on metadata fields. Would want to avoid duplication.

Proposed Solution

Not sure the best way to do this yet, still conceptual.

Alternatives Considered

People can find index values needed and pass through filter_spec and c_spec to do something similar.