We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29db0b3 + aafdfdf commit 828a651Copy full SHA for 828a651
1 file changed
data/r.json
@@ -28,6 +28,30 @@
28
}
29
]
30
},
31
+ {
32
+ "title": "লজিক্যাল অপারেটর R এ কিভাবে ব্যবহার করবেন",
33
+ "items": [{
34
+ "definition": "যৌক্তিক নয় | Logical NOT",
35
+ "code": "!"
36
+ },
37
38
+ "definition": "উপাদান-ভিত্তিক যৌক্তিক এবং | Element-wise Logical AND",
39
+ "code": "&"
40
41
42
+ "definition": "যৌক্তিক এবং | Logical AND",
43
+ "code": "&&"
44
45
46
+ "definition": "উপাদান-ভিত্তিক লজিক্যাল OR | Element-wise Logical OR",
47
+ "code": "|"
48
49
50
+ "definition": "যৌক্তিক OR | Logical OR",
51
+ "code": "||"
52
+ }
53
+ ]
54
+},
55
{
56
"title": "কিভাবে R এ লাইব্রেবি ব্যবহার করবেন",
57
"items": [{
@@ -417,4 +441,4 @@
417
441
418
442
419
443
420
-}
444
+}
0 commit comments