Skip to content

Commit 828a651

Browse files
author
Sabbir Ahmed
authored
Merge pull request #1055 from irezaul/patch-9
Update r.json
2 parents 29db0b3 + aafdfdf commit 828a651

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

data/r.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,30 @@
2828
}
2929
]
3030
},
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+
},
3155
{
3256
"title": "কিভাবে R এ লাইব্রেবি ব্যবহার করবেন",
3357
"items": [{
@@ -417,4 +441,4 @@
417441
]
418442
}
419443
]
420-
}
444+
}

0 commit comments

Comments
 (0)