Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What if I concatenate a number and NA?
Home
R Basics
What if I concatenate a number and NA?
0
votes
asked
Jun 15, 2023
in
R Basics
by
john ganales
If I concatenate a number and a character together, what will the class of the resulting vector be?
3b.) What if I concatenate a number and a logical?
3c.) What if I concatenate a number and NA?
concatenate-number
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 15, 2023
by
john ganales
(a) character, (b) number, (c) number.
...