julia> @data([NA NA NA; NA NA NA]) ERROR: Type of literal data cannot be inferred
julia> @data([NA NA NA; NA NA 1])
2x3 DataArray{Int64,2}:
NA NA NA
NA NA 1
On Wednesday, 24 September 2014 16:22:48 UTC+2, muraveill wrote:
>
> To my naive view, a data array with cells containing ony value NA. Well,
> it works with numbers, why not NA. The error thrown is the same in two
> dimensions with arrays of length > 1.
>
