私はリストを持っています:
>data<- list("Apple"=12,"orange"=4,"pear"=5)
>fruit<- "Apple"
ここで、Appleの値を抽出します。
>data$fruit
NULLを取得します。
私はリストを持っています:
>data<- list("Apple"=12,"orange"=4,"pear"=5)
>fruit<- "Apple"
ここで、Appleの値を抽出します。
>data$fruit
NULLを取得します。