AS
Используйте
\textbf{текст}
Size: a a a
AS
\textbf{текст}
AS
AS
\textbf{ текст текст} текст_ текст_
ЕТ
a
ЕТ
AM
\textbf{ текст текст} текст_ текст_
__вот так__
AS
__вот так__
Z
A
А[
a
S
a
AS
PD
PU
PD
AM
pdf_document:
keep_tex: yes
E
library(data.table)
sample.purchases <- data.table(price = c(100000, 6000, 7000, 5000000),
ordernumber = c(1,2,2,3),
quantity = c(1,2,1,-1),
product_id = 1:4)
sample.purchases[quantity>0][, price*quantity, by=ordernumber]