Hello,
I’m parsing a file defining values and corresponding units, for which I would like to initialize unitful variables in julia. Currently, it is not clear to me how to use the @u_str macro, when the value and unit are themselves variables (e.g. the value is a Float64 and the unit is a represented by a string), e.g.:
value = 2.0
unit = "L"
unitful_variable = @u_str(...) # ???