python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to make a sub vector from another vector that includes all values that are true in R programming
Im quite new to programming and am facing a certain issue. I have the below 2 vectors one has expenses and the other has revenues for 12 months:
'''
revenue <- c(14574.49, 7606.46, 8611.41, 9175.41...
Abdul Aziz Rajper
Votes: 0
Answers: 1
How to use logical or operator with multiple values?
How to simplify the code when using multiple or operators.
I have a list of numbers from 0 to 6 separated by logical or.Is there any way to simplify it?
if (filteredMnth === 'mnth') {
retu...
trouvaille
Votes: 0
Answers: 3
javascript function and logical statement
i have wrote a code of HTML, but the JavaScript function is not called and i have an error message in the console: "myfunction is not a function"
<!DOCTYPE html>
<html>
<head&...

Younes Meridji
Votes: 0
Answers: 0
Propositions Parser using recursion in Elm
Yesterday, I posted about an assignment I got for parsing logical propositions. After a lot of research and trying different things, I got it to work for individual propositions: going from a string t...
halfemptyorhalffull
Votes: 0
Answers: 1