Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の質問は、オブジェクト型の操作に関する基本的な質問です。
hello = 3 name = 'hello'
オブジェクト名のみを使用して値 3 を見つけることができる関数を探しています。
何かのようなもの:
print.the.thing.called(name) [1] 3
どうもありがとう !
get名前でオブジェクトを取得するために使用します。
get
R> x <- 2 R> get("x") [1] 2