加入来自不同文件的列

时间:2018-04-24 15:43:12

标签: r

我想知道如何将一个文件的特定列与R中另一个文件的另一列组合?

我想从每列的最大值中减去50。我试过了,但它没有工作:

var certPath = @"c:\code\temp\xxxxxxxxx.pfx";
var cert = new X509Certificate2(certPath, "xxxxxxx");
var decryptedData = cert.GetRSAPrivateKey().Decrypt(encryptedByteInfo, RSAEncryptionPadding.OaepSHA1);

0 个答案:

没有答案